| Column | ID | Type |
|---|---|---|
| device_code_signature | 0 | string NOT NULL HASH |
| nid | 1 | binary NOT NULL RANGE_ASC_NULL_LAST |
| user_code_signature | 2 | string NULLABLE VALUE |
| request_id | 3 | string NULLABLE VALUE |
| requested_at | 4 | int64 NULLABLE VALUE |
| client_id | 5 | string NULLABLE VALUE |
| scope | 6 | string NULLABLE VALUE |
| granted_scope | 7 | string NULLABLE VALUE |
| form_data | 8 | string NULLABLE VALUE |
| session_data | 9 | string NULLABLE VALUE |
| subject | 10 | string NULLABLE VALUE |
| device_code_active | 11 | bool NULLABLE VALUE |
| user_code_state | 12 | int16 NULLABLE VALUE |
| requested_audience | 13 | string NULLABLE VALUE |
| granted_audience | 14 | string NULLABLE VALUE |
| challenge_id | 15 | string NULLABLE VALUE |
| expires_at | 16 | int64 NULLABLE VALUE |