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