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 context of Google APIs and OAuth 2.0."],["This class inherits from the base `object` class and includes inherited members such as `Equals`, `GetHashCode`, and `ToString`, providing foundational object functionalities."],["A primary method, `ExtracRedirectFromState`, is used to retrieve the redirect URI from the OAuth 2.0 state parameter, enabling secure authorization code flow."],["The `ExtracRedirectFromState` method validates the received state parameter against a stored version to ensure its authenticity, enhancing security during the OAuth 2.0 process."],["The available versions for this utility range from version 1.50.0 up to the latest version 1.69.0."]]],[]]