Record
access-token-response
No description available.
record access-token-response {
access-token: string,
expires-in: option<s32>,
refresh-token: option<string>,
token-type: string,
user-token: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| access-token | string | |
| expires-in | option<s32> | |
| refresh-token | option<string> | |
| token-type | string | |
| user-token | option<string> |