Uses of Class
com.inrupt.client.openid.OpenIdConfig
-
Uses of OpenIdConfig in com.inrupt.client.openid
Modifier and TypeMethodDescriptionstatic Session
OpenIdSession.ofClientCredentials
(OpenIdProvider provider, String clientId, String clientSecret, String authMethod, OpenIdConfig config) Create a session using OAuth2 client credentials.static Session
OpenIdSession.ofIdToken
(String idToken, OpenIdConfig config) Create a session from an ID token, using a specific validation configuration.