Microsoft.Identity.Client.UI.AuthorizationResult
class AuthorizationResult
A string that is added to each Authorization Request and is expected to be sent back along with the
authorization code. MSAL is responsible for validating that the state sent is identical to the state received.
public AuthorizationResult()
public static AuthorizationResult FromStatus(AuthorizationStatus status, string error, string errorDescription)