OAuthToken
Stores OAuth tokens used for secure API authentication.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | The internal system-generated identifier for the record. | |
| binactive | Boolean | Indicates whether the record is inactive. | |
| brevoked | Boolean | Indicates whether access or permissions have been revoked. | |
| createdby | String | The name or identifier of the user who created the record. | |
| dcreated | Date | The date when the record was created. | |
| drevoked | Date | The date when access or permissions were revoked. | |
| role_name | String | The role associated with the record or user. | |
| tba_app_name | String | The name of the application associated with the token-based authentication (TBA). | |
| tba_token_name | String | The name of the token used for authentication. |