PHP 클래스 App\Exceptions\OAuthExceptionHandler

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

공개 메소드들

메소드 설명
handle ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed

보호된 메소드들

메소드 설명
accessDenied ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed
invalidClient ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed
invalidCredentials ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed
invalidGrant ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed
invalidRequest ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed
invalidScope ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed
serverError ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed
unauthorizedClient ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed
unsupportedGrantType ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed
unsupportedResponseType ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed

메소드 상세

accessDenied() 보호된 메소드

protected accessDenied ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed
$e League\OAuth2\Server\Exception\OAuthException
리턴 mixed

handle() 공개 메소드

public handle ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed
$e League\OAuth2\Server\Exception\OAuthException
리턴 mixed

invalidClient() 보호된 메소드

protected invalidClient ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed
$e League\OAuth2\Server\Exception\OAuthException
리턴 mixed

invalidCredentials() 보호된 메소드

protected invalidCredentials ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed
$e League\OAuth2\Server\Exception\OAuthException
리턴 mixed

invalidGrant() 보호된 메소드

protected invalidGrant ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed
$e League\OAuth2\Server\Exception\OAuthException
리턴 mixed

invalidRequest() 보호된 메소드

protected invalidRequest ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed
$e League\OAuth2\Server\Exception\OAuthException
리턴 mixed

invalidScope() 보호된 메소드

protected invalidScope ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed
$e League\OAuth2\Server\Exception\OAuthException
리턴 mixed

serverError() 보호된 메소드

protected serverError ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed
$e League\OAuth2\Server\Exception\OAuthException
리턴 mixed

unauthorizedClient() 보호된 메소드

protected unauthorizedClient ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed
$e League\OAuth2\Server\Exception\OAuthException
리턴 mixed

unsupportedGrantType() 보호된 메소드

protected unsupportedGrantType ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed
$e League\OAuth2\Server\Exception\OAuthException
리턴 mixed

unsupportedResponseType() 보호된 메소드

protected unsupportedResponseType ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed
$e League\OAuth2\Server\Exception\OAuthException
리턴 mixed