| Interface | Description |
|---|---|
| TokenRequest |
| Class | Description |
|---|---|
| CachedGrant | |
| ClientCredentials |
Client id/secret pair used for client credentials grants
ClientCredentialsGrant |
| ClientCredentialsGrant |
Represents a client's request for authentication via client credentials
https://openid.net/specs/openid-connect-core-1_0.html#ClientAuthentication
|
| GrantBase |
Base class representing a client's OpenId authentication request.
|
| MetadataResponse |
Metadata returned by the IdP containing info useful for OpenId operations, such as token exchange endpoints
https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata
|
| MetadataResponse.Builder | |
| OpenIdClient |
OpenIdHttpClient processes authentication requests based on the OpenId spec
https://openid.net/specs/openid-connect-core-1_0.html
|
| OpenIdClient.Builder | |
| TokenError | |
| TokenResponse | |
| TokenResponse.Builder |
| Enum | Description |
|---|---|
| GrantBase.GrantType |