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."],[[["AuthResult is a class that stores either the user's credentials or a redirect URI for authorization."],["The latest version of this API is 1.69.0, with several older versions available for reference including 1.59.0, 1.55.0, and 1.50.0."],["The `Credential` property of the `AuthResult` class holds the user's credentials, and can be `null` if the user needs to authorize."],["The `RedirectUri` property provides the URI needed for user authorization, and can be `null` if credentials were loaded from the data store."],["It inherits from the base Object class and has properties such as Credential and RedirectUri, and other inherited member methods such as Equals and GetHashCode."]]],[]]