UserAuthInterface
interface UserAuthInterface (View source)
An interface for validating user authentication credentials.
Methods
int|bool
authenticate(string $username, string $password)
Validates user authentication credentials.
Details
int|bool
authenticate(string $username, string $password)
Validates user authentication credentials.