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.

Parameters

string $user
string $password

Return Value

IIdentity

Exceptions

AuthenticationException