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"]],[["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 2025-03-05 UTC."],[[["The `AuthWebUtility` class provides utility methods specifically designed for web development within the Google API environment."],["This class inherits members from the base `object` class, including functionalities like `Equals`, `GetHashCode`, and `ToString`."],["The `ExtracRedirectFromState` method is used to retrieve a redirect URI from the OAuth2 state parameter, and validates it against the stored state parameter, if the data store is not null."],["The latest version of this utility is 1.69.0, and several older versions such as 1.68.0, 1.60.0, 1.59.0, 1.55.0 and 1.50.0 are also available for reference."]]],[]]