See: Description
Interface | Description |
---|---|
OAuth2AccessTokenResponseClient<T extends AbstractOAuth2AuthorizationGrantRequest> |
A strategy for "exchanging" an authorization grant credential
(e.g.
|
Class | Description |
---|---|
AbstractOAuth2AuthorizationGrantRequest |
Base implementation of an OAuth 2.0 Authorization Grant request
that holds an authorization grant credential and is used when
initiating a request to the Authorization Server's Token Endpoint.
|
NimbusAuthorizationCodeTokenResponseClient |
An implementation of an
OAuth2AccessTokenResponseClient that "exchanges"
an authorization code credential for an access token credential
at the Authorization Server's Token Endpoint. |
OAuth2AuthorizationCodeGrantRequest |
An OAuth 2.0 Authorization Code Grant request that holds an Authorization Code credential,
which was granted by the Resource Owner to the
Client . |