Uses of Class
com.authlete.common.dto.NativeSsoRequest
-
Packages that use NativeSsoRequest 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 NativeSsoRequest in com.authlete.common.api
Methods in com.authlete.common.api with parameters of type NativeSsoRequest Modifier and Type Method Description NativeSsoResponse
AuthleteApi. nativeSso(NativeSsoRequest request, Options options)
Call Authlete's/nativesso
API. -
Uses of NativeSsoRequest in com.authlete.common.dto
Methods in com.authlete.common.dto that return NativeSsoRequest Modifier and Type Method Description NativeSsoRequest
NativeSsoRequest. setAccessToken(String accessToken)
Set the access token.NativeSsoRequest
NativeSsoRequest. setClaims(String claims)
Set additional claims that should be embedded in the payload part of the ID token.NativeSsoRequest
NativeSsoRequest. setDeviceSecret(String deviceSecret)
Set the device secret.NativeSsoRequest
NativeSsoRequest. setDeviceSecretHash(String deviceSecretHash)
Set the device secret hash.NativeSsoRequest
NativeSsoRequest. setIdtHeaderParams(String params)
Set additional parameters that should be embedded in the JWS header of the ID token.NativeSsoRequest
NativeSsoRequest. setIdTokenAudType(String type)
Set the type of the "aud
" claim of the ID token being issued.NativeSsoRequest
NativeSsoRequest. setRefreshToken(String refreshToken)
Set the refresh token.NativeSsoRequest
NativeSsoRequest. setSub(String sub)
Set the value that should be used as the value of the "sub
" claim of the ID token.
-