-
Adds a redirect URI to use in the authorization request
Prepares an Authorization Code Request which should be provided to the Social Agent for review in-browser
Process the response to the authorization code request.
Request tokens from the token endpoint of the openid connect provider
Sets the client Application that will use the Solid-OIDC session.
Sets the client application identifier for the Solid-OIDC session, with the ability
to lookup the client document and extract additional criteria (redirect uris and scope) for
the session automatically (which can be disabled by setting manual
to false).
SolidOidcSession.Builder.setHttpClient(okhttp3.OkHttpClient httpClient)
Sets an http client that can be used for various operations when building a Solid OIDC session
SolidOidcSession.Builder.setPrompt(com.nimbusds.openid.connect.sdk.Prompt prompt)
Sets the prompt to use in the authorization request
Sets the list of redirect URIs to use in the authorization request
Sets the authorization scopes to use in the authorization request
Sets the Social Agent that the Solid-OIDC session will be established on behalf of.