UriConsentRequired(mapping=None, *, ignore_unknown_fields=False, **kwargs)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 |