Token
Last updated
Last updated
A token can be used to communicate with the .
getExpiryDate()
Returns a object indicating the token expiry date.
The SDK will always attempt to return a valid token, granted proper network connectivity exists to allow token refresh.
getTokenId()
Returns the token ID.
isExpired()
Returns true if the token is expired.
setExpiryDate()
Sets the token expiryDate
expiryDate
setTokenId()
Sets the token ID.
tokenId
The token ID.
A object indicating the token expiry date.