Uses of Class
com.authlete.common.dto.AuthorizationRequest
-
Packages that use AuthorizationRequest Package Description com.authlete.common.api The definition of Authlete API (AuthleteApi) and the factory class (AuthleteApiFactory).com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of AuthorizationRequest in com.authlete.common.api
Methods in com.authlete.common.api with parameters of type AuthorizationRequest Modifier and Type Method Description default AuthorizationResponseAuthleteApi. authorization(AuthorizationRequest request)Call Authlete's/auth/authorizationAPI.AuthorizationResponseAuthleteApi. authorization(AuthorizationRequest request, Options options)Call Authlete's/auth/authorizationAPI.AuthorizationResponseAuthleteApiImplV3. authorization(AuthorizationRequest request, Options options)Call/api/{serviceId}/auth/authorizationAPI. -
Uses of AuthorizationRequest in com.authlete.common.dto
Methods in com.authlete.common.dto that return AuthorizationRequest Modifier and Type Method Description AuthorizationRequestAuthorizationRequest. setContext(String context)Set the arbitrary text to be attached to the ticket that will be issued from the/auth/authorizationAPI.AuthorizationRequestAuthorizationRequest. setParameters(String parameters)Set the value ofparameterswhich are the request parameters that the OAuth 2.0 authorization endpoint of the service implementation received from the client application.AuthorizationRequestAuthorizationRequest. setParameters(Map<String,String[]> parameters)Set the value ofparameterswhich are the request parameters that the OAuth 2.0 authorization endpoint of the service implementation received from the client application.
-