Authenticator
interface Authenticator
Performs authentication.
Constants
| IDENTITY_NOT_FOUND |
Exception error code |
| INVALID_CREDENTIAL |
Exception error code |
| FAILURE |
Exception error code |
| NOT_APPROVED |
Exception error code |
Methods
authenticate(string $user, string $password)
Performs an authentication.
Details
at line 29
IIdentity
authenticate(string $user, string $password)
Performs an authentication.