public class UserInfoRequest extends Object implements Serializable
/auth/userinfo API.
token(REQUIRED)An access token to get user information.
| Constructor and Description |
|---|
UserInfoRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getToken()
Get the access token which has come along with the userinfo
request from the client application.
|
UserInfoRequest |
setToken(String token)
Set the access token which has been issued by Authlete.
|
public String getToken()
public UserInfoRequest setToken(String token)
Copyright © 2017. All rights reserved.