PHP 클래스 App\Auth\PasswordGrantVerifier

파일 보기 프로젝트 열기: joselfonseca/laravel-api

보호된 프로퍼티들

프로퍼티 타입 설명
$auth

공개 메소드들

메소드 설명
__construct ( Illuminate\Contracts\Auth\Guard $auth ) PasswordGrantVerifier constructor.
verifyPasswordGrant ( $username, $password ) : boolean

메소드 상세

__construct() 공개 메소드

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

verifyPasswordGrant() 공개 메소드

public verifyPasswordGrant ( $username, $password ) : boolean
$username
$password
리턴 boolean

프로퍼티 상세

$auth 보호되어 있는 프로퍼티

protected $auth