Uses of Class
org.forgerock.oauth.clients.oauth2.OAuth2SessionInfo
Package
Description
OAuth 2.0 ForgeRock Client Implementation.
OpenID Connect ForgeRock Client Implementation.
-
Uses of OAuth2SessionInfo in org.forgerock.oauth.clients.oauth2
Modifier and TypeMethodDescriptionPromise<? extends OAuth2SessionInfo,
OAuthException> OAuth2Client.getSessionInfo
(DataStore dataStore) -
Uses of OAuth2SessionInfo in org.forgerock.oauth.clients.oidc
Modifier and TypeClassDescriptionclass
OpenIDSessionInfo object used to determine if the access token or id token expiry time has passed and to determine if a session is still active.Modifier and TypeMethodDescriptionPromise<? extends OAuth2SessionInfo,
OAuthException> OpenIDConnectClient.getSessionInfo
(DataStore dataStore)