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 DeveloperAuthenticationCallbackResponseDeveloperAuthenticationCallbackResponse. setAuthenticated(boolean authenticated)Set the authentication result.DeveloperAuthenticationCallbackResponseDeveloperAuthenticationCallbackResponse. setDisplayName(String displayName)Set the display name of the authenticated developer.DeveloperAuthenticationCallbackResponseDeveloperAuthenticationCallbackResponse. setSubject(String subject)Set the subject (= unique identifier) of the authenticated developer.
-