Wasm Directoryalpha
Record

renew-token-response

No description available.

record renew-token-response {
  access-token: option​<string>,
  expires-at: option​<string>,
  merchant-id: option​<string>,
  plan-id: option​<string>,
  subscription-id: option​<string>,
  token-type: option​<string>,
}

Fields

NameTypeDescription
access-tokenoption​<string>
expires-atoption​<string>
merchant-idoption​<string>
plan-idoption​<string>
subscription-idoption​<string>
token-typeoption​<string>