Uses of Class
com.authlete.common.dto.NativeSsoResponse
-
Packages that use NativeSsoResponse 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 NativeSsoResponse in com.authlete.common.api
Methods in com.authlete.common.api that return NativeSsoResponse Modifier and Type Method Description NativeSsoResponseAuthleteApi. nativeSso(NativeSsoRequest request, Options options)Call Authlete's/nativessoAPI.NativeSsoResponseAuthleteApiImplV3. nativeSso(NativeSsoRequest request, Options options) -
Uses of NativeSsoResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return NativeSsoResponse Modifier and Type Method Description NativeSsoResponseNativeSsoResponse. setAction(NativeSsoResponse.Action action)Set the next action that the implementation of the token endpoint should take.NativeSsoResponseNativeSsoResponse. setIdToken(String idToken)Set the issued ID token.NativeSsoResponseNativeSsoResponse. 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.
-