public static class Auth.TokenParams
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
capability
Capability of the token.
|
java.lang.String |
clientId
A clientId to associate with this token.
|
long |
timestamp
The timestamp (in millis since the epoch) of this request.
|
long |
ttl
Requested time to live for the token.
|
| Constructor and Description |
|---|
TokenParams() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Param> |
asParams()
Internal; convert a TokenParams to a collection of Params
|
public long ttl
public java.lang.String capability
public java.lang.String clientId
public long timestamp
public java.util.List<Param> asParams()