Result of an OAuth authorization decision
| Property | Type | Description |
|---|---|---|
| type | String | Response classification or grant type |
| code | String | Authorization code issued upon user approval |
| error | String | Error code if the authorization request failed or was denied |
| state | String | State parameter echoed back from the original authorization request |
| redirectUri | String | Target callback URI for redirection |