Uses of Class
com.authlete.common.dto.GMResponse
-
Packages that use GMResponse 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 GMResponse in com.authlete.common.api
Methods in com.authlete.common.api that return GMResponse Modifier and Type Method Description GMResponse
AuthleteApi. gm(GMRequest request)
Call Authlete's/api/gm
API. -
Uses of GMResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return GMResponse Modifier and Type Method Description GMResponse
GMResponse. setAction(GMResponse.Action action)
Set the next action that the authorization server should take.GMResponse
GMResponse. setDpopNonce(String dpopNonce)
Set the expected nonce value for DPoP proof JWT, which should be used as the value of theDPoP-Nonce
HTTP header.GMResponse
GMResponse. setResponseContent(String content)
Set the response content which can be used to build a response to the client application.
-