| Package | Description |
|---|---|
| com.authlete.common.dto |
Requests to and responses from Authlete APIs and some data structures.
|
| Modifier and Type | Method and 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.
|
Copyright © 2019. All rights reserved.