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

NameTypeDescription
access-tokenstring
appapi-app
expires-onoption​<string>
refresh-tokenoption​<string>
scopestring
token-typeauth-token-type-enum
useroption​<user>