Wasm Directoryalpha
Record

get-connect-params

No description available.

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

Fields

NameTypeDescription
redirect-uristring
response-typeget-connect-response-type-enum
scopestring
stateoption​<string>