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