@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2017-11-01T12:42:08.204+05:30") public class Token extends Object
| Constructor and Description |
|---|
Token() |
| Modifier and Type | Method and Description |
|---|---|
Token |
accessToken(String accessToken) |
Token |
addTokenScopesItem(String tokenScopesItem) |
boolean |
equals(Object o) |
String |
getAccessToken()
Access token
|
List<String> |
getTokenScopes()
Valid scopes for the access token
|
Long |
getValidityTime()
Maximum validity time for the access token
|
int |
hashCode() |
void |
setAccessToken(String accessToken) |
void |
setTokenScopes(List<String> tokenScopes) |
void |
setValidityTime(Long validityTime) |
Token |
tokenScopes(List<String> tokenScopes) |
String |
toString() |
Token |
validityTime(Long validityTime) |
public String getAccessToken()
public void setAccessToken(String accessToken)
public List<String> getTokenScopes()
public Long getValidityTime()
public void setValidityTime(Long validityTime)
Copyright © 2018 WSO2 Inc. All rights reserved.