Uses of Class
org.dspace.authenticate.oidc.OidcClientException
-
Packages that use OidcClientException Package Description org.dspace.authenticate.oidc org.dspace.authenticate.oidc.impl -
-
Uses of OidcClientException in org.dspace.authenticate.oidc
Methods in org.dspace.authenticate.oidc that throw OidcClientException Modifier and Type Method Description OidcTokenResponseDTOOidcClient. getAccessToken(String code)Exchange the authorization code for a 3-legged access token.Map<String,Object>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 OidcClientException Modifier and Type Method Description OidcTokenResponseDTOOidcClientImpl. getAccessToken(String code)Map<String,Object>OidcClientImpl. getUserInfo(String accessToken)
-