Uses of Class
com.authlete.common.dto.DeveloperAuthenticationCallbackResponse
-
Packages that use DeveloperAuthenticationCallbackResponse Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of DeveloperAuthenticationCallbackResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return DeveloperAuthenticationCallbackResponse Modifier and Type Method Description DeveloperAuthenticationCallbackResponse
DeveloperAuthenticationCallbackResponse. setAuthenticated(boolean authenticated)
Set the authentication result.DeveloperAuthenticationCallbackResponse
DeveloperAuthenticationCallbackResponse. setDisplayName(String displayName)
Set the display name of the authenticated developer.DeveloperAuthenticationCallbackResponse
DeveloperAuthenticationCallbackResponse. setSubject(String subject)
Set the subject (= unique identifier) of the authenticated developer.
-