PHP 클래스 App\Http\Controllers\ClientAuth\AuthController

상속: extends app\http\controllers\Controller, use trait Illuminate\Foundation\Auth\AuthenticatesUsers
파일 보기 프로젝트 열기: hillelcoren/invoice-ninja

보호된 프로퍼티들

프로퍼티 타입 설명
$guard string
$redirectTo string

공개 메소드들

메소드 설명
getSessionExpired ( ) : mixed
showLoginForm ( ) : mixed

보호된 메소드들

메소드 설명
getCredentials ( Illuminate\Http\Request $request ) : array Get the needed authorization credentials from the request.
validateLogin ( Illuminate\Http\Request $request ) : void Validate the user login request.

메소드 상세

getCredentials() 보호된 메소드

Get the needed authorization credentials from the request.
protected getCredentials ( Illuminate\Http\Request $request ) : array
$request Illuminate\Http\Request
리턴 array

getSessionExpired() 공개 메소드

public getSessionExpired ( ) : mixed
리턴 mixed

showLoginForm() 공개 메소드

public showLoginForm ( ) : mixed
리턴 mixed

validateLogin() 보호된 메소드

Validate the user login request.
protected validateLogin ( Illuminate\Http\Request $request ) : void
$request Illuminate\Http\Request
리턴 void

프로퍼티 상세

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

protected string $guard
리턴 string

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

protected string $redirectTo
리턴 string