MsalError.AuthenticationCanceledError Field

Definition

Authentication canceled.

What happens?

The user had canceled the authentication, for instance by closing the authentication dialog

Mitigation

None, you cannot get a token to call the protected API. You might want to inform the user
public const string AuthenticationCanceledError;
val mutable AuthenticationCanceledError : string
Public Const AuthenticationCanceledError As String 

Field Value

Applies to