Record

authorize-params

No description available.

record authorize-params {
  client-id: string,
  realm: option​<create-access-token-body-realm-enum>,
  redirect-uri: string,
  response-type: authorize-response-type-enum,
  scope: option​<string>,
  state: string,
}

Fields

NameTypeDescription
client-idstring
realmoption​<create-access-token-body-realm-enum>
redirect-uristring
response-typeauthorize-response-type-enum
scopeoption​<string>
statestring