PHP Класс App\Exceptions\OAuthExceptionHandler

Показать файл Открыть проект

Открытые методы

Метод Описание
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