Token
Date getExpiryDate()The SDK will always attempt to return a valid token, granted proper network connectivity exists to allow token refresh.
String getTokenId()Returns the token ID.
boolean isExpired()Returns true if the token is expired.
void setExpiryDate(Date expiryDate)Sets the token expiryDate
Parameters | |
expiryDate |
void setTokenId(String tokenId)Sets the token ID.
Parameters | |
tokenId | The token ID. |
Last modified 1yr ago