public final class RFC6749 extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RFC6749.AccessDeniedException
The resource owner or authorization server denied the request.
|
static class |
RFC6749.InvalidClientException
The requested client is invalid, unknown, or malformed.
|
static class |
RFC6749.InvalidGrantException
The requested token type is invalid, unknown, or malformed.
|
static class |
RFC6749.InvalidRequestException
The request is missing a required parameter, includes an invalid
parameter value, includes a parameter more than once, or is otherwise
malformed.
|
static class |
RFC6749.InvalidScopeException
The requested scope is invalid, unknown, or malformed.
|
static class |
RFC6749.ServerErrorException
The authorization server encountered an unexpected condition that
prevented it from fulfilling the request.
|
static class |
RFC6749.TemporarilyUnavailableException
The authorization server is currently unable to handle the request due
to
a temporary overloading or maintenance of the server.
|
static class |
RFC6749.UnauthorizedClientException
The client is not authorized to request an authorization code using this
method.
|
static class |
RFC6749.UnsupportedGrantTypeException
The requested token type is not supported.
|
static class |
RFC6749.UnsupportedResponseTypeException
The authorization server does not support obtaining an authorization
code using this method.
|
Copyright © 2018 krotscheck.net. All rights reserved.