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
| Name | Type | Description |
|---|---|---|
| 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 |