See: Description
| Interface | Description |
|---|---|
| OauthClient |
A contract for an OAuth 2.0 client.
|
| OpenIdClient |
Extends the
OauthClient with OpenID specific functionality. |
| OpenIdProviderMetadata |
Metadata describing the configuration of OpenID Providers.
|
| Class | Description |
|---|---|
| DefaultOauthClient |
The default implementation of
OauthClient. |
| DefaultOpenIdClient |
The default implementation of
OpenIdClient. |
| DefaultOpenIdProviderMetadata | |
| JwksUriSignatureFactory |
Factory to create
JwksSignature beans for the OpenIdProviderMetadata.getJwksUri() of OpenID clients. |