public class AccessTokenInfo extends Object
Modifier and Type | Field and Description |
---|---|
String |
access_token |
long |
expires_in |
String |
refresh_token |
String |
token_type |
Constructor and Description |
---|
AccessTokenInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getAccess_token() |
long |
getExpires_in() |
String |
getRefresh_token() |
String |
getToken_type() |
void |
setAccess_token(String access_token) |
void |
setExpires_in(long expires_in) |
void |
setRefresh_token(String refresh_token) |
void |
setToken_type(String token_type) |
public String token_type
public long expires_in
public String refresh_token
public String access_token
public String getToken_type()
public void setToken_type(String token_type)
public long getExpires_in()
public void setExpires_in(long expires_in)
public String getRefresh_token()
public void setRefresh_token(String refresh_token)
public String getAccess_token()
public void setAccess_token(String access_token)
Copyright © 2017 WSO2. All rights reserved.