PlainAuthenticator
in package
implements
AuthInterface
PLAIN Auth class
Tags
Table of Contents
Interfaces
- AuthInterface
- SMTP authenticator interface
Methods
- authenticate() : bool
- Try to authenticate the user with $username and $password
- getAuthKeyword() : string
- Get the name of the AUTH mechanism this Authenticator handles
Methods
authenticate()
Try to authenticate the user with $username and $password
public
authenticate(AgentInterface $agent, string $username, string $password) : bool
Parameters
- $agent : AgentInterface
- $username : string
- $password : string
Return values
boolgetAuthKeyword()
Get the name of the AUTH mechanism this Authenticator handles
public
getAuthKeyword() : string