MsalError.AuthenticationUiFailedError 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.
The request could not be performed because of a failure in the UI flow.
What happens?
The library failed to invoke the Web View required to perform interactive authentication. The exception might include the reasonMitigation
If the exception includes the reason, you could inform the user. This might be, for instance, a browser implementing chrome tabs is missing on the Android phone (that's only an example: this exception can apply to other platforms as well)public const string AuthenticationUiFailedError;
val mutable AuthenticationUiFailedError : string
Public Const AuthenticationUiFailedError As String