OAuthTokens
The OAuthTokens table.
Columns
| Name | Type | ReadOnly | Description |
| Assigned_User_Id | String | False |
User ID assigned to record |
| Assigned_User_Name | String | True | |
| Callback_Url | String | False |
Callback URL for Authorization |
| Consumer | String | False |
Token related to the consumer |
| Consumer_Name | String | True | |
| Contact_Id | String | False |
Contact ID this oauth token is associated with (via portal) |
| Contact_Name | String | True | |
| Deleted | Bool | False |
Record deletion indicator |
| Download_Token | String | False |
A token used to download images and files. |
| Expire_Ts | String | False |
Token expiration, defaults to -1 for no expiration date |
| Id [KEY] | String | True |
Unique identifier |
| Platform | String | False |
Which platform is this token attached to |
| Secret | String | False |
Secret key |
| Token_Ts | String | False |
Token timestamp |
| Tstate | String | False |
Token state |
| Verify | String | False |
Token verification info |