OAuthTokens
Create, update, delete, and query the OAuthTokens module in SugarCRM.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
The unique identifier of the record. |
| Secret | String | False |
The secret key. |
| Tstate | String | False |
The token state. |
| Consumer | String | False |
Token related to the consumer. |
| Token_Ts | Long | False |
Token timestamp. |
| Expire_Ts | Long | False |
Token expiration. Defaults to -1 for no expiration date. |
| Verify | String | False |
Token verification info. |
| Download_Token | String | False |
A token used to download images and files. |
| Platform | String | False |
The platform the token is attached to. |
| Deleted | Bool | False |
Record deletion indicator. |
| Callback_Url | String | False |
Callback URL for authorization. |
| Consumer_Name | String | False |
The consumer name. |
| Contact_Id | String | False |
Contact Id this oauth token is associated with (via portal). |
| Contact_Name | String | False |
Contact name this oauth token is associated with (via portal). |
| Assigned_User_Id | String | False |
The Id of the user assigned to the record. |
| Assigned_User_Name | String | False |
The username of the user assigned to the record. |