Record
personal-access-token
No description available.
record personal-access-token {
created: option<string>,
expiry: option<string>,
id: option<s32>,
label: option<string>,
scopes: option<string>,
token: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| created | option<string> | |
| expiry | option<string> | |
| id | option<s32> | |
| label | option<string> | |
| scopes | option<string> | |
| token | option<string> |