Parameters sent to initiate an OAuth authorization decision
| Property | Type | Description |
|---|---|---|
| responseType | String | OAuth 2.0 response type (e.g., code) |
| clientId | String | App key / client ID requesting authorization |
| redirectUri | String | Callback URI where the authorization response will be delivered |
| scope | String | Space-delimited list of requested scopes |
| state | String | Opaque value passed to maintain state between request and callback |
| allow | Boolean | User decision to grant or deny access |