Record
create-room-client-token-response-data
No description available.
record create-room-client-token-response-data {
refresh-token: option<string>,
refresh-token-expires-at: option<string>,
token: option<string>,
token-expires-at: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| refresh-token | option<string> | |
| refresh-token-expires-at | option<string> | |
| token | option<string> | |
| token-expires-at | option<string> |