Record

access-token

No description available.

record access-token {
  access-token: option​<string>,
  expires-in: option​<s64>,
  issued-token-type: option​<post-o-auth2-token-subject-token-type-enum>,
  refresh-token: option​<string>,
  restricted-to: option​<list​<file-scope>>,
  token-type: option​<access-token-token-type-enum>,
}

Fields

NameTypeDescription
access-tokenoption​<string>
expires-inoption​<s64>
issued-token-typeoption​<post-o-auth2-token-subject-token-type-enum>
refresh-tokenoption​<string>
restricted-tooption​<list​<file-scope>>
token-typeoption​<access-token-token-type-enum>