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"]],[["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."],[[["AuthResult contains user credentials if successfully loaded from storage or the redirect URI for the authorization server if loading from storage failed."],["AuthResult inherits from the base Object class and is part of the Google.Apis.Auth.OAuth2.Web namespace within the Google.Apis.Auth.dll assembly."],["The `Credential` property, of type UserCredential, stores the user's credentials or is null if authorization is required."],["The `RedirectUri` property, of type String, contains the URI needed for user authorization or is null if credentials were recovered from storage."],["The class includes an extension method, `Utilities.ThrowIfNull\u003cT\u003e(T, String)`, to check if parameters are null."]]],[]]