UserOAuthToken
Manages OAuth tokens used for user authentication and secure API access.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | Represents the unique internal identifier for the OAuth token entry, ensuring proper reference and tracking. | |
| binactive | Boolean | Indicates whether the OAuth token is inactive. If the value is true, the token is no longer valid for authentication. | |
| role_name | String | Defines the role associated with the OAuth token, determining the level of access granted through authentication. | |
| tba_app_name | String | Stores the name of the application that requested the OAuth token, ensuring clear identification of token usage. | |
| tba_token_name | String | Specifies the name of the OAuth token, allowing for easy management and identification of authentication credentials. |