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 AuthorizationResponse
AuthleteApi. authorization(AuthorizationRequest request)
Call Authlete's/auth/authorization
API. -
Uses of AuthorizationRequest in com.authlete.common.dto
Methods in com.authlete.common.dto that return AuthorizationRequest Modifier and Type Method Description AuthorizationRequest
AuthorizationRequest. setContext(String context)
Set the arbitrary text to be attached to the ticket that will be issued from the/auth/authorization
API.AuthorizationRequest
AuthorizationRequest. setParameters(String parameters)
Set the value ofparameters
which are the request parameters that the OAuth 2.0 authorization endpoint of the service implementation received from the client application.AuthorizationRequest
AuthorizationRequest. setParameters(Map<String,String[]> parameters)
Set the value ofparameters
which are the request parameters that the OAuth 2.0 authorization endpoint of the service implementation received from the client application.
-