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