XOAuth2Authenticator
in package
implements
AuthenticatorInterface
Handles XOAUTH2 authentication.
Tags
Table of Contents
Interfaces
- AuthenticatorInterface
- An Authentication mechanism.
Methods
- authenticate() : void
- Tries to authenticate the user.
- getAuthKeyword() : string
- Gets the name of the AUTH mechanism this Authenticator handles.
Methods
authenticate()
Tries to authenticate the user.
public
authenticate(EsmtpTransport $client) : void
Parameters
- $client : EsmtpTransport
Tags
getAuthKeyword()
Gets the name of the AUTH mechanism this Authenticator handles.
public
getAuthKeyword() : string