PHP Class App\Auth\PasswordGrantVerifier

Afficher le fichier Open project: joselfonseca/laravel-api

Protected Properties

Свойство Type Description
$auth

Méthodes publiques

Méthode Description
__construct ( Illuminate\Contracts\Auth\Guard $auth ) PasswordGrantVerifier constructor.
verifyPasswordGrant ( $username, $password ) : boolean

Method Details

__construct() public méthode

PasswordGrantVerifier constructor.
public __construct ( Illuminate\Contracts\Auth\Guard $auth )
$auth Illuminate\Contracts\Auth\Guard

verifyPasswordGrant() public méthode

public verifyPasswordGrant ( $username, $password ) : boolean
$username
$password
Résultat boolean

Property Details

$auth protected_oe property

protected $auth