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
| Name | Type | Description |
|---|---|---|
| response-type | get-authorize-response-type-enum | |
| client-id | string | |
| redirect-uri | option<string> | |
| state | option<string> | |
| scope | option<string> |