OAuth
Consent Submit
Process the consent form submission. Mints the auth code only on approval.
consent_token is the opaque handle emitted by the callback. It never leaves the state backend as anything more than an ID — the actual consent parameters (user_id, email, scopes, redirect_uri) live server-side and can't be tampered with or captured from browser history/proxy logs.
post/oauth/consent
Response
Successful Response
{"stackTrail":"paths:/oauth/consent:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
Changed in 1 of the 85 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○