See: Description
Interface | Description |
---|---|
OAuth2Parameter |
Standard and additional (custom) parameters defined in the OAuth Parameters Registry
and used by the authorization endpoint and token endpoint.
|
Class | Description |
---|---|
AuthorizationRequest |
A representation of an OAuth 2.0 Authorization Request
for the authorization code grant type or implicit grant type.
|
AuthorizationRequest.Builder | |
AuthorizationResponse |
A representation of an OAuth 2.0 Authorization Response for the authorization code grant type.
|
AuthorizationResponse.Builder | |
ResponseType |
The response_type parameter is consumed by the authorization endpoint which
is used by the authorization code grant type and implicit grant type flows.
|
TokenResponse |
A representation of an OAuth 2.0 Access Token Response.
|
TokenResponse.Builder |