Record
auth
No description available.
record auth {
access-token: string,
app: api-app,
expires-on: option<string>,
refresh-token: option<string>,
scope: string,
token-type: auth-token-type-enum,
user: option<user>,
}Fields
| Name | Type | Description |
|---|---|---|
| access-token | string | |
| app | api-app | |
| expires-on | option<string> | |
| refresh-token | option<string> | |
| scope | string | |
| token-type | auth-token-type-enum | |
| user | option<user> |