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 holds user credentials if successfully loaded, or a redirect URI for the authorization server if not."],["The `AuthResult` class inherits from the `object` class and has multiple inherited members like `Equals`, `GetHashCode`, and `ToString`."],["The `Credential` property within `AuthResult` stores the user's credentials or is null if authorization is needed."],["The `RedirectUri` property contains the URI for user authorization or is null if credentials were loaded from a data store."],["The latest version available is 1.69.0, and there is a list of previous versions ranging back to 1.50.0 that are accessible."]]],[]]