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 latest version of `AuthorizationCodeWebApp.AuthResult` is 1.69.0, and previous versions back to 1.50.0 are also documented."],["`AuthorizationCodeWebApp.AuthResult` class is used to store user credentials or a redirect URI for authorization."],["The `Credential` property, of type `UserCredential`, holds the user's credentials if available, and is null if user authorization is required."],["The `RedirectUri` property, of type string, stores the URI needed for user authorization or is null if credentials were loaded from storage."],["The class has inherited members from the base `object` class, such as `Equals`, `GetHashCode`, `GetType`, and `ToString`."]]],[]]