Indicates that the user must visit the provided URI to
consent to delegate permission to the agent to act on their
behalf. The caller can either poll the provided operation, or
await the user ID validation callback
Attributes
Name
Description
authorization_uri
str
Output only. The URL where the user should be
redirected to grant consent. This will always be
present.
consent_nonce
str
Output only. A one-time, randomly generated
value that validates the entire consent flow is
handled by a single user, avoiding CSRF attacks.
It must be submitted with the
FinalizeCredentials request to complete the
OAuth exchange. This will always be present.
Implemented per
https://www.rfc-editor.org/rfc/rfc6819#section-5.3.5
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-08-06 UTC."],[],[]]