See: Description
Interface | Description |
---|---|
BearerTokenErrorCodes |
Standard error codes defined by the OAuth 2.0 Authorization Framework: Bearer Token
Usage.
|
Class | Description |
---|---|
BearerTokenAuthenticationToken |
An
Authentication that contains a
Bearer
Token. |
BearerTokenError |
A representation of a
Bearer Token
Error.
|
BearerTokenErrors |
A factory for creating
BearerTokenError instances that correspond to the
registered Bearer Token Error
Codes. |
Exception | Description |
---|---|
InvalidBearerTokenException |
An
OAuth2AuthenticationException that indicates an invalid bearer token. |