Table: heroku_oauth_authorizations
This table shows data for Heroku OAuth Authorizations.
The primary key for this table is id.
Columns
Name | Type |
---|---|
_cq_source_name | String |
_cq_sync_time | Timestamp |
_cq_id | UUID |
_cq_parent_id | UUID |
id (PK) | String |
access_token | JSON |
client | JSON |
created_at | Timestamp |
grant | JSON |
refresh_token | JSON |
scope | StringArray |
updated_at | Timestamp |
user | JSON |