Wasm Directoryalpha
Record

post-oauth2-token-params

No description available.

record post-oauth2-token-params {
  actor-token: option​<string>,
  actor-token-type: option​<post-o-auth2-token-actor-token-type-enum>,
  assertion: option​<string>,
  box-shared-link: option​<string>,
  box-subject-id: option​<string>,
  box-subject-type: option​<post-o-auth2-token-box-subject-type-enum>,
  client-id: option​<string>,
  client-secret: option​<string>,
  code: option​<string>,
  grant-type: post-o-auth2-token-grant-type-enum,
  refresh-token: option​<string>,
  resource-op: option​<string>,
  scope: option​<string>,
  subject-token: option​<string>,
  subject-token-type: option​<post-o-auth2-token-subject-token-type-enum>,
}

Fields

NameTypeDescription
actor-tokenoption​<string>
actor-token-typeoption​<post-o-auth2-token-actor-token-type-enum>
assertionoption​<string>
box-shared-linkoption​<string>
box-subject-idoption​<string>
box-subject-typeoption​<post-o-auth2-token-box-subject-type-enum>
client-idoption​<string>
client-secretoption​<string>
codeoption​<string>
grant-typepost-o-auth2-token-grant-type-enum
refresh-tokenoption​<string>
resource-opoption​<string>
scopeoption​<string>
subject-tokenoption​<string>
subject-token-typeoption​<post-o-auth2-token-subject-token-type-enum>