Authenticator
interface Authenticator
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 $user, string $password)
Performs an authentication.
Details
at line 41
IIdentity
authenticate(string $user, string $password)
Performs an authentication.