| Package | Description |
|---|---|
| com.authlete.common.dto |
Requests to and responses from Authlete APIs and some data structures.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationCallbackRequest |
AuthenticationCallbackRequest.setAccessToken(String accessToken)
Set the access token returned by the SNS which the end-user
used for social login.
|
AuthenticationCallbackRequest |
AuthenticationCallbackRequest.setClaims(String[] claims)
Set the list of claims requested by a client application.
|
AuthenticationCallbackRequest |
AuthenticationCallbackRequest.setClaimsLocales(String[] claimsLocales)
Set the list of locales for claims.
|
AuthenticationCallbackRequest |
AuthenticationCallbackRequest.setClientId(long clientId)
Set the ID of the client application that triggered this
authentication request.
|
AuthenticationCallbackRequest |
AuthenticationCallbackRequest.setExpiresIn(long expiresIn)
Set the lifetime of the access token in seconds.
|
AuthenticationCallbackRequest |
AuthenticationCallbackRequest.setId(String id)
Set the ID of the end-user to authenticate.
|
AuthenticationCallbackRequest |
AuthenticationCallbackRequest.setPassword(String password)
Set the password of the end-user to authenticate.
|
AuthenticationCallbackRequest |
AuthenticationCallbackRequest.setRawTokenResponse(String response)
Set the raw response from the token endpoint of the SNS.
|
AuthenticationCallbackRequest |
AuthenticationCallbackRequest.setRefreshToken(String refreshToken)
Set the refresh token returned by the SNS which the end-user
used for social login.
|
AuthenticationCallbackRequest |
AuthenticationCallbackRequest.setServiceApiKey(long apiKey)
Set the API key of the target service.
|
AuthenticationCallbackRequest |
AuthenticationCallbackRequest.setSns(Sns sns)
Set the SNS that the end-user used for social login.
|
Copyright © 2019. All rights reserved.