Uses of Class
org.dspace.authenticate.oidc.OidcClientException
Packages that use OidcClientException
-
Uses of OidcClientException in org.dspace.authenticate.oidc
Methods in org.dspace.authenticate.oidc that throw OidcClientExceptionModifier and TypeMethodDescriptionOidcClient.getAccessToken(String code) Exchange the authorization code for a 3-legged access token.OidcClient.getUserInfo(String accessToken) Retrieve the info related to the user associated with the given accessToken from the user info endpoint. -
Uses of OidcClientException in org.dspace.authenticate.oidc.impl
Methods in org.dspace.authenticate.oidc.impl that throw OidcClientExceptionModifier and TypeMethodDescriptionOidcClientImpl.getAccessToken(String code) OidcClientImpl.getUserInfo(String accessToken)