| AppAuthConfiguration |
Defines configuration properties that control the behavior of the AppAuth library, independent
of the OAuth2 specific details that are described.
|
| AppAuthConfiguration.Builder |
|
| AuthorizationException |
Returned as a response to OAuth2 requests if they fail.
|
| AuthorizationManagementRequest |
|
| AuthorizationManagementResponse |
|
| AuthorizationRequest |
An OAuth2 authorization request.
|
| AuthorizationRequest.Builder |
|
| AuthorizationResponse |
A response to an authorization request.
|
| AuthorizationResponse.Builder |
|
| AuthorizationService |
Dispatches requests to an OAuth2 authorization service.
|
| AuthorizationService.RegistrationResponseCallback |
Callback interface for token endpoint requests.
|
| AuthorizationService.TokenResponseCallback |
Callback interface for token endpoint requests.
|
| AuthorizationServiceConfiguration |
Configuration details required to interact with an authorization service.
|
| AuthorizationServiceConfiguration.RetrieveConfigurationCallback |
Callback interface for configuration retrieval.
|
| AuthorizationServiceDiscovery |
An OpenID Connect 1.0 Discovery Document.
|
| AuthorizationServiceDiscovery.MissingArgumentException |
Thrown when a mandatory property is missing from the discovery document.
|
| AuthState |
Collects authorization state from authorization requests and responses.
|
| AuthState.AuthStateAction |
Interface for actions executed in the context of fresh (non-expired) tokens.
|
| ClientAuthentication |
|
| ClientAuthentication.UnsupportedAuthenticationMethod |
Thrown when a mandatory property is missing from the registration response.
|
| EndSessionRequest |
An OpenID end session request.
|
| EndSessionRequest.Builder |
|
| EndSessionResponse |
A response to end session request.
|
| EndSessionResponse.Builder |
|
| IdToken |
An OpenID Connect ID Token.
|
| NoClientAuthentication |
Implementation of the client authentication method ‘none’.
|
| RegistrationRequest |
|
| RegistrationRequest.Builder |
|
| RegistrationResponse |
|
| RegistrationResponse.Builder |
|
| RegistrationResponse.MissingArgumentException |
Thrown when a mandatory property is missing from the registration response.
|
| TokenRequest |
An OAuth2 token request.
|
| TokenRequest.Builder |
|
| TokenResponse |
A response to a token request.
|
| TokenResponse.Builder |
|