MsalError.AuthenticationCanceledError Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Authentication canceled.
What happens?
The user had canceled the authentication, for instance by closing the authentication dialogMitigation
None, you cannot get a token to call the protected API. You might want to inform the userpublic const string AuthenticationCanceledError;
val mutable AuthenticationCanceledError : string
Public Const AuthenticationCanceledError As String