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