function AuthenticatorInterface::authenticate
Tries to authenticate the user.
Throws
4 methods override AuthenticatorInterface::authenticate()
- CramMd5Authenticator::authenticate in vendor/
symfony/ mailer/ Transport/ Smtp/ Auth/ CramMd5Authenticator.php - LoginAuthenticator::authenticate in vendor/
symfony/ mailer/ Transport/ Smtp/ Auth/ LoginAuthenticator.php - PlainAuthenticator::authenticate in vendor/
symfony/ mailer/ Transport/ Smtp/ Auth/ PlainAuthenticator.php - XOAuth2Authenticator::authenticate in vendor/
symfony/ mailer/ Transport/ Smtp/ Auth/ XOAuth2Authenticator.php
File
-
vendor/
symfony/ mailer/ Transport/ Smtp/ Auth/ AuthenticatorInterface.php, line 29
Class
- AuthenticatorInterface
- An Authentication mechanism.
Namespace
Symfony\Component\Mailer\Transport\Smtp\AuthCode
public function authenticate(EsmtpTransport $client) : void;