Record
access-token
No description available.
record access-token {
access-token: option<string>,
expires-in: option<s64>,
issued-token-type: option<post-o-auth2-token-subject-token-type-enum>,
refresh-token: option<string>,
restricted-to: option<list<file-scope>>,
token-type: option<access-token-token-type-enum>,
}Fields
| Name | Type | Description |
|---|---|---|
| access-token | option<string> | |
| expires-in | option<s64> | |
| issued-token-type | option<post-o-auth2-token-subject-token-type-enum> | |
| refresh-token | option<string> | |
| restricted-to | option<list<file-scope>> | |
| token-type | option<access-token-token-type-enum> |