Documentation

PasswordCredentials
in package
implements CredentialsInterface

Implements password credentials.

These plaintext passwords are checked by the UserPasswordHasher during authentication.

Tags
author

Wouter de Jong wouter@wouterj.nl

final

Table of Contents

Interfaces

CredentialsInterface
Credentials are a special badge used to explicitly mark the credential check of an authenticator.

Properties

$password  : string|null
$resolved  : bool

Methods

__construct()  : mixed
getPassword()  : string
isResolved()  : bool

Properties

Methods

__construct()

public __construct(string $password) : mixed
Parameters
$password : string

        
On this page

Search results