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