Authenticator
interface Authenticator implements IAuthenticator
Performs authentication.
Constants
| IdentityNotFound |
Exception error code |
| InvalidCredential |
Exception error code |
| Failure |
Exception error code |
| NotApproved |
Exception error code |
| deprecated IDENTITY_NOT_FOUND |
|
| deprecated INVALID_CREDENTIAL |
|
| deprecated FAILURE |
|
| deprecated NOT_APPROVED |
|
Methods
authenticate(string $username, string $password)
Performs an authentication.
Details
at line 41
IIdentity
authenticate(string $username, string $password)
Performs an authentication.