Redirect URI to the address which initializes the authorization code flow.
Remarks
If the data store is not null, this method verifies that the state parameter which was returned
from the authorization server is the same as the one we set before redirecting to the authorization server.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page details the `AuthWebUtility` class, which provides utility methods for web development within the Google APIs .NET client library."],["The class inherits from the base `Object` class and includes standard methods like `Equals`, `GetHashCode`, and `ToString`, among others."],["The `ExtractRedirectFromState` method is used to retrieve the redirect URI from an OAuth2 state parameter, also offering verification of the state parameter from the authorization server if the data store is not null."],["There are multiple versions of the `AuthWebUtility` class, ranging from version 1.50.0 to 1.69.0 (latest)."]]],[]]