PHP Class App\Auth\PasswordGrantVerifier

Show file Open project: joselfonseca/laravel-api

Protected Properties

Property Type Description
$auth

Public Methods

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

Method Details

__construct() public method

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

verifyPasswordGrant() public method

public verifyPasswordGrant ( $username, $password ) : boolean
$username
$password
return boolean

Property Details

$auth protected property

protected $auth