PHP Class App\Exceptions\OAuthExceptionHandler

Afficher le fichier Open project: joselfonseca/laravel-api

Méthodes publiques

Méthode Description
handle ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed

Méthodes protégées

Méthode Description
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

Method Details

accessDenied() protected méthode

protected accessDenied ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed
$e League\OAuth2\Server\Exception\OAuthException
Résultat mixed

handle() public méthode

public handle ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed
$e League\OAuth2\Server\Exception\OAuthException
Résultat mixed

invalidClient() protected méthode

protected invalidClient ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed
$e League\OAuth2\Server\Exception\OAuthException
Résultat mixed

invalidCredentials() protected méthode

protected invalidCredentials ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed
$e League\OAuth2\Server\Exception\OAuthException
Résultat mixed

invalidGrant() protected méthode

protected invalidGrant ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed
$e League\OAuth2\Server\Exception\OAuthException
Résultat mixed

invalidRequest() protected méthode

protected invalidRequest ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed
$e League\OAuth2\Server\Exception\OAuthException
Résultat mixed

invalidScope() protected méthode

protected invalidScope ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed
$e League\OAuth2\Server\Exception\OAuthException
Résultat mixed

serverError() protected méthode

protected serverError ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed
$e League\OAuth2\Server\Exception\OAuthException
Résultat mixed

unauthorizedClient() protected méthode

protected unauthorizedClient ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed
$e League\OAuth2\Server\Exception\OAuthException
Résultat mixed

unsupportedGrantType() protected méthode

protected unsupportedGrantType ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed
$e League\OAuth2\Server\Exception\OAuthException
Résultat mixed

unsupportedResponseType() protected méthode

protected unsupportedResponseType ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed
$e League\OAuth2\Server\Exception\OAuthException
Résultat mixed