Wasm Directoryalpha
Record

obtain-token-response

No description available.

record obtain-token-response {
  access-token: option​<string>,
  expires-at: option​<string>,
  id-token: option​<string>,
  merchant-id: option​<string>,
  plan-id: option​<string>,
  refresh-token: option​<string>,
  short-lived: option​<bool>,
  subscription-id: option​<string>,
  token-type: option​<string>,
}

Fields

NameTypeDescription
access-tokenoption​<string>
expires-atoption​<string>
id-tokenoption​<string>
merchant-idoption​<string>
plan-idoption​<string>
refresh-tokenoption​<string>
short-livedoption​<bool>
subscription-idoption​<string>
token-typeoption​<string>