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."],[[["The `AuthorizationCodeWebApp.AuthResult` class contains either the user's credentials, if successfully loaded from the store, or the redirect URI for the authorization server."],["The latest version of the `AuthResult` class is version 1.69.0, and several older versions are also available, including 1.68.0, 1.60.0, 1.59.0, 1.55.0, and 1.50.0."],["This class inherits from the `object` class and includes inherited members such as `Equals`, `GetHashCode`, and `ToString`."],["`AuthResult` has two key properties, `Credential` (of type `UserCredential`) and `RedirectUri` (of type string), which contain either the user's credentials or the redirect URI, respectively, depending on whether the credentials could be retrieved from the data store."],["The `Utilities.ThrowIfNull\u003cT\u003e(T, string)` extension method is provided as a means of error handling, throwing an error if a value is null."]]],[]]