Package org.forgerock.oauth.clients.oauth2
OAuth 2.0 ForgeRock Client Implementation.
-
Class Summary Class Description OAuth2Client<T extends OAuth2ClientConfiguration> OAuth 2.0 Client Implementation that supports the Authorization Code Grant Flow.OAuth2ClientConfiguration Configuration used for OAuth2 Client Implementations.OAuth2ClientConfiguration.Builder<T extends OAuth2ClientConfiguration.Builder<T,C>,C extends OAuth2ClientConfiguration> Builder class for creating the OAuth2ClientConfiguration.OAuth2SessionInfo OAuth2 Session Info Object used to determine if the access token expiry time has passed and to determine if a session is still active.OAuth2UserInfo Information about the current user. -
Enum Summary Enum Description PkceMethod Proof Key for Code Exchange (PKCE) transformation method.ResponseMode Response mode enum as described by OAuth 2.0 Multiple Response Type Encoding Practices - Response Modes.