OAuth Server
Get pending consent details
Return the client name, redirect URI, and requested scopes your consent screen should display for a pending authorization request. Bound to the live session with an access token and a DPoP proof.
GET
Get pending consent details
Authorizations
Access token obtained from session refresh
DPoP proof JWT (RFC 9449) bound to the calling session's key. Required
alongside the access token on the OAuth login-UI endpoints
(/oauth/continue, /oauth/pending, /oauth/decision). The Web SDK
constructs and rotates this proof for you.
Query Parameters
The authorization request id (oar_-prefixed) from the /authorize redirect.
Example:
"oar_01jqebhswje1ka1z7ahr9rfsgt"
Get pending consent details