DeveloperAuthenticationCallbackRequest |
DeveloperAuthenticationCallbackRequest.setAccessToken(String accessToken) |
Set the access token returned by the SNS which the developer
used for social login.
|
DeveloperAuthenticationCallbackRequest |
DeveloperAuthenticationCallbackRequest.setExpiresIn(long expiresIn) |
Set the lifetime of the access token in seconds.
|
DeveloperAuthenticationCallbackRequest |
DeveloperAuthenticationCallbackRequest.setId(String id) |
Set the ID of the developer to authenticate.
|
DeveloperAuthenticationCallbackRequest |
DeveloperAuthenticationCallbackRequest.setPassword(String password) |
Set the password of the developer to authenticate.
|
DeveloperAuthenticationCallbackRequest |
DeveloperAuthenticationCallbackRequest.setRawTokenResponse(String response) |
Set the raw response from the token endpoint of the SNS.
|
DeveloperAuthenticationCallbackRequest |
DeveloperAuthenticationCallbackRequest.setRefreshToken(String refreshToken) |
Set the refresh token returned by the SNS which the developer
used for social login.
|
DeveloperAuthenticationCallbackRequest |
DeveloperAuthenticationCallbackRequest.setServiceApiKey(long apiKey) |
Set the API key of the target service.
|
DeveloperAuthenticationCallbackRequest |
DeveloperAuthenticationCallbackRequest.setSns(Sns sns) |
Set the SNS that the developer used for social login.
|