Uses of Class
io.jans.as.client.AuthorizationResponse
-
Packages that use AuthorizationResponse Package Description io.jans.as.client -
-
Uses of AuthorizationResponse in io.jans.as.client
Methods in io.jans.as.client that return AuthorizationResponse Modifier and Type Method Description AuthorizationResponseAuthorizeClient. exec()Executes the call to the REST Service and processes the response.AuthorizationResponseAuthorizeClient. exec(org.jboss.resteasy.client.jaxrs.ClientHttpEngine engine)Deprecated.Engine should be shared between clientsAuthorizationResponseAuthorizeClient. execAuthorizationCodeGrant(String clientId, List<String> scopes, String redirectUri, String nonce, String state, String req, String reqUri, io.jans.as.model.common.Display display, List<io.jans.as.model.common.Prompt> prompt)The authorization code grant type is used to obtain both access tokens and refresh tokens and is optimized for confidential clients.AuthorizationResponseAuthorizeClient. execImplicitGrant(String clientId, List<String> scopes, String redirectUri, String nonce, String state, String req, String reqUri, io.jans.as.model.common.Display display, List<io.jans.as.model.common.Prompt> prompt)Deprecated.
-