Record
authorization
No description available.
record authorization {
app: authorization-app,
created-at: string,
expires-at: string,
fingerprint: string,
hashed-token: string,
id: s32,
installation: option<nullable-scoped-installation>,
note: string,
note-url: string,
scopes: list<string>,
token: string,
token-last-eight: string,
updated-at: string,
url: string,
user: option<nullable-simple-user>,
}Fields
| Name | Type | Description |
|---|---|---|
| app | authorization-app | |
| created-at | string | |
| expires-at | string | |
| fingerprint | string | |
| hashed-token | string | |
| id | s32 | |
| installation | option<nullable-scoped-installation> | |
| note | string | |
| note-url | string | |
| scopes | list<string> | |
| token | string | |
| token-last-eight | string | |
| updated-at | string | |
| url | string | |
| user | option<nullable-simple-user> |