Record

get-authorize-params

No description available.

record get-authorize-params {
  response-type: get-authorize-response-type-enum,
  client-id: string,
  redirect-uri: option​<string>,
  state: option​<string>,
  scope: option​<string>,
}

Fields

NameTypeDescription
response-typeget-authorize-response-type-enum
client-idstring
redirect-urioption​<string>
stateoption​<string>
scopeoption​<string>