| Interface | Description |
|---|---|
| AuthCodeRequest |
Provides information about the request that is sent to the authorization url
during an OAuth2 dance using the Authorization-Code grant type.
|
| AuthorizationCodeState |
ConnectionProvider implementations which are also annotated with AuthorizationCode
MUST have a field of this type. |
| ClientCredentialsState |
ConnectionProvider implementations which are also annotated with ClientCredentials
MUST have a field of this type. |
| OAuthState |
An object which holds information about an OAuth authorization
|
| Exception | Description |
|---|---|
| AccessTokenExpiredException |
Exception to be thrown by operations which are trying to use an expired access token.
|
Copyright © 2020. All rights reserved.