Uses of Class
com.authlete.common.dto.AuthenticationCallbackResponse
-
Packages that use AuthenticationCallbackResponse Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of AuthenticationCallbackResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return AuthenticationCallbackResponse Modifier and Type Method Description AuthenticationCallbackResponse
AuthenticationCallbackResponse. setAuthenticated(boolean authenticated)
Set the authentication result.AuthenticationCallbackResponse
AuthenticationCallbackResponse. setClaims(String claims)
Set the claims of the authenticated user in JSON format.AuthenticationCallbackResponse
AuthenticationCallbackResponse. setSubject(String subject)
Set the subject (= unique identifier) of the authenticated user.
-