PasswordCredentials
in package
implements
CredentialsInterface
Implements password credentials.
These plaintext passwords are checked by the UserPasswordHasher during authentication.
Tags
Table of Contents
Interfaces
- CredentialsInterface
- Credentials are a special badge used to explicitly mark the credential check of an authenticator.
Properties
Methods
- __construct() : mixed
- getPassword() : string
- isResolved() : bool
Properties
$password
private
string|null
$password
= null
$resolved
private
bool
$resolved
= false
Methods
__construct()
public
__construct(string $password) : mixed
Parameters
- $password : string
getPassword()
public
getPassword() : string
Return values
stringisResolved()
public
isResolved() : bool