Members
accountIdstring
The Account this Token belongs to
Type
-
string
Source
accountTypestring
The Account Type
Type
-
string
Source
nullable
activityTimestampDate
When the last API call using this Token was made
Type
-
Date
Source
deletedboolean
Whether the Token has been deleted
Type
-
boolean
Source
expireTimestampDate
When the Token will expire
Type
-
Date
Source
idstring
The Token ID
Type
-
string
Source
issueTimestampDate
When the Token was issued
Type
-
Date
Source
nullable
lockTimestampDate
When the Token was locked
Type
-
Date
Source
nullable
unlockTimestampDate
When the Token was unlocked
Type
-
Date
Source
updateTimestampDate
When the Token was last updated
Type
-
Date
Source
Methods
static
fromJSON(json) → {TokenModel}
Create a new TokenModel from a JSON Object or JSON String
Parameters
-
json
Object.<string, any>
|string
A JSON Object or JSON String
Returns
-
TokenModel