PHP 클래스 Chrisbjr\ApiGuard\Providers\Auth\October

상속: implements Auth
파일 보기 프로젝트 열기: chrisbjr/api-guard

보호된 프로퍼티들

프로퍼티 타입 설명
$october October\Rain\Auth\Manager

공개 메소드들

메소드 설명
__construct ( October\Rain\Auth\Manager $october )
byCredentials ( array $credentials ) : mixed Check a user's credentials.
byId ( mixed $id ) : boolean Authenticate a user via the id.
user ( ) : October\Rain\Auth\Models\User Get the currently authenticated user.

메소드 상세

__construct() 공개 메소드

public __construct ( October\Rain\Auth\Manager $october )
$october October\Rain\Auth\Manager

byCredentials() 공개 메소드

Check a user's credentials.
public byCredentials ( array $credentials ) : mixed
$credentials array
리턴 mixed

byId() 공개 메소드

Authenticate a user via the id.
public byId ( mixed $id ) : boolean
$id mixed
리턴 boolean

user() 공개 메소드

Get the currently authenticated user.
public user ( ) : October\Rain\Auth\Models\User
리턴 October\Rain\Auth\Models\User

프로퍼티 상세

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

protected Manager,October\Rain\Auth $october
리턴 October\Rain\Auth\Manager