Uses of Class
com.authlete.common.dto.IDTokenReissueResponse
-
Packages that use IDTokenReissueResponse 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 IDTokenReissueResponse in com.authlete.common.api
Methods in com.authlete.common.api that return IDTokenReissueResponse Modifier and Type Method Description IDTokenReissueResponse
AuthleteApi. idTokenReissue(IDTokenReissueRequest request)
Call Authlete's/idtoken/reissue
API. -
Uses of IDTokenReissueResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return IDTokenReissueResponse Modifier and Type Method Description IDTokenReissueResponse
IDTokenReissueResponse. setAction(IDTokenReissueResponse.Action action)
Set the next action that the implementation of the token endpoint should take.IDTokenReissueResponse
IDTokenReissueResponse. setIdToken(String idToken)
Set the reissued ID token.IDTokenReissueResponse
IDTokenReissueResponse. setResponseContent(String responseContent)
Set the response content that can be used as the message body of the token response that should be returned from the token endpoint.
-