Uses of Class
com.authlete.common.dto.IDTokenReissueRequest
-
Packages that use IDTokenReissueRequest 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 IDTokenReissueRequest in com.authlete.common.api
Methods in com.authlete.common.api with parameters of type IDTokenReissueRequest Modifier and Type Method Description IDTokenReissueResponse
AuthleteApi. idTokenReissue(IDTokenReissueRequest request)
Call Authlete's/idtoken/reissue
API. -
Uses of IDTokenReissueRequest in com.authlete.common.dto
Methods in com.authlete.common.dto that return IDTokenReissueRequest Modifier and Type Method Description IDTokenReissueRequest
IDTokenReissueRequest. setAccessToken(String accessToken)
Set the access token.IDTokenReissueRequest
IDTokenReissueRequest. setClaims(String claims)
Set additional claims that should be embedded in the payload part of the ID token.IDTokenReissueRequest
IDTokenReissueRequest. setIdtHeaderParams(String params)
Set additional parameters that should be embedded in the JWS header of the ID token.IDTokenReissueRequest
IDTokenReissueRequest. setIdTokenAudType(String type)
Set the type of the "aud
" claim of the ID token being issued.IDTokenReissueRequest
IDTokenReissueRequest. setRefreshToken(String refreshToken)
Set the refresh token.IDTokenReissueRequest
IDTokenReissueRequest. setSub(String sub)
Set the value that should be used as the value of the "sub
" claim of the ID token.
-