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