Метод | Описание | |
---|---|---|
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 |
protected accessDenied ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed | ||
$e | League\OAuth2\Server\Exception\OAuthException | |
Результат | mixed |
protected invalidClient ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed | ||
$e | League\OAuth2\Server\Exception\OAuthException | |
Результат | mixed |
protected invalidCredentials ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed | ||
$e | League\OAuth2\Server\Exception\OAuthException | |
Результат | mixed |
protected invalidGrant ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed | ||
$e | League\OAuth2\Server\Exception\OAuthException | |
Результат | mixed |
protected invalidRequest ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed | ||
$e | League\OAuth2\Server\Exception\OAuthException | |
Результат | mixed |
protected invalidScope ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed | ||
$e | League\OAuth2\Server\Exception\OAuthException | |
Результат | mixed |
protected serverError ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed | ||
$e | League\OAuth2\Server\Exception\OAuthException | |
Результат | mixed |
protected unauthorizedClient ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed | ||
$e | League\OAuth2\Server\Exception\OAuthException | |
Результат | mixed |
protected unsupportedGrantType ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed | ||
$e | League\OAuth2\Server\Exception\OAuthException | |
Результат | mixed |
protected unsupportedResponseType ( League\OAuth2\Server\Exception\OAuthException $e ) : mixed | ||
$e | League\OAuth2\Server\Exception\OAuthException | |
Результат | mixed |