Authenticator
interface Authenticator implements IAuthenticator
Performs authentication.
Methods
authenticate(string $user, string $password)
Performs an authentication.
Details
at line 22
IIdentity
authenticate(string $user, string $password)
Performs an authentication.