PasswordAuthenticatedInterface
in
An optional interface for "guard" authenticators that deal with user passwords.
Table of Contents
- getPassword() : string|null
- Returns the clear-text password contained in credentials if any.
Methods
getPassword()
Returns the clear-text password contained in credentials if any.
public
getPassword(mixed $credentials) : string|null
Parameters
- $credentials : mixed
-
The user credentials