AuthResult which contains the user's credentials if it was loaded successfully from the store. Otherwise
it contains the redirect URI for the authorization server.
Gets or sets the redirect URI to for the user to authorize against the authorization server or
null in case the UserCredential was loaded from the data
store.
[[["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-21 UTC."],[[["The `AuthResult` class, part of the `Google.Apis.Auth.OAuth2.Web` namespace, manages user credentials or a redirect URI for authorization."],["The `Credential` property within `AuthResult` either contains the user's `UserCredential` or is `null` if the user still requires authorization."],["The `RedirectUri` property provides a URI for user authorization or is `null` if the `UserCredential` has been successfully loaded from the data store."],["The `AuthResult` class inherits several methods from the base `Object` class, such as `Equals`, `GetHashCode`, and `ToString`."],["Version 1.69.0 is the most recent version of the package, while the listed reference pages also cover versions 1.68.0, 1.60.0, 1.59.0, 1.55.0, and 1.50.0."]]],[]]