Package io.micronaut.security.oauth2.client
Classes related to the creation of OAuth 2.0 clients.
- Since:
- 1.2.0
- Author:
- James Kleeh
-
Interface Summary Interface Description OauthClient A contract for an OAuth 2.0 client.OpenIdClient Extends theOauthClient
with OpenID specific functionality.OpenIdProviderMetadata Metadata describing the configuration of OpenID Providers. -
Class Summary Class Description DefaultOauthClient The default implementation ofOauthClient
.DefaultOpenIdClient The default implementation ofOpenIdClient
.DefaultOpenIdProviderMetadata