Wasm Directoryalpha
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

NameTypeDescription
refresh-tokenoption​<string>
refresh-token-expires-atoption​<string>
tokenoption​<string>
token-expires-atoption​<string>