Uses of Class
com.inrupt.client.openid.OpenIdConfig
Packages that use OpenIdConfig
- 
Uses of OpenIdConfig in com.inrupt.client.openid
Methods in com.inrupt.client.openid with parameters of type OpenIdConfigModifier and TypeMethodDescriptionstatic SessionOpenIdSession.ofClientCredentials(OpenIdProvider provider, String clientId, String clientSecret, String authMethod, OpenIdConfig config) Create a session using OAuth2 client credentials.static SessionOpenIdSession.ofIdToken(String idToken, OpenIdConfig config) Create a session from an ID token, using a specific validation configuration.