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 AuthorizationResponse
AuthorizeClient. exec()
Executes the call to the REST Service and processes the response.AuthorizationResponse
AuthorizeClient. exec(org.jboss.resteasy.client.jaxrs.ClientHttpEngine engine)
Deprecated.Engine should be shared between clientsAuthorizationResponse
AuthorizeClient. 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.AuthorizationResponse
AuthorizeClient. 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.
-