Method | Description | |
---|---|---|
authenticate ( Swift_Transport_SmtpAgent $agent, string $username, string $password ) : boolean | Try to authenticate the user with $username and $password. | |
getAuthKeyword ( ) : string | Get the name of the AUTH mechanism this Authenticator handles. |
Method | Description | |
---|---|---|
_getResponse ( string $secret, string $challenge ) : string | Generate a CRAM-MD5 response from a server challenge. |
public getAuthKeyword ( ) : string | ||
return | string |