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 AuthenticationCallbackResponseAuthenticationCallbackResponse. setAuthenticated(boolean authenticated)Set the authentication result.AuthenticationCallbackResponseAuthenticationCallbackResponse. setClaims(String claims)Set the claims of the authenticated user in JSON format.AuthenticationCallbackResponseAuthenticationCallbackResponse. setSubject(String subject)Set the subject (= unique identifier) of the authenticated user.
-