Uses of Class
com.authlete.common.dto.PushedAuthReqResponse
-
Packages that use PushedAuthReqResponse 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 PushedAuthReqResponse in com.authlete.common.api
Methods in com.authlete.common.api that return PushedAuthReqResponse Modifier and Type Method Description PushedAuthReqResponse
AuthleteApi. pushAuthorizationRequest(PushedAuthReqRequest request)
Call Authlete's/api/pushed_auth_req
API. -
Uses of PushedAuthReqResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return PushedAuthReqResponse Modifier and Type Method Description PushedAuthReqResponse
PushedAuthReqResponse. setAction(PushedAuthReqResponse.Action action)
Set the next action that the authorization server should take.PushedAuthReqResponse
PushedAuthReqResponse. setClientAuthMethod(ClientAuthMethod method)
Set the client authentication method that should be performed at the pushed authorization request endpoint.PushedAuthReqResponse
PushedAuthReqResponse. setDpopNonce(String dpopNonce)
Set the expected nonce value for DPoP proof JWT, which should be used as the value of theDPoP-Nonce
HTTP header.PushedAuthReqResponse
PushedAuthReqResponse. setRequestUri(URI uri)
Set the request URI created to represent the pushed authorization request.PushedAuthReqResponse
PushedAuthReqResponse. setResponseContent(String responseContent)
Set the response content which can be used as the entity body of the response returned to the client application.
-