See: Description
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 | Description |
---|---|
PkceMethod |
Proof Key for Code Exchange (PKCE) transformation method.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.