MsalError.LinuxXdgOpen 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.
What happens?
MSAL tried to open the browser on Linux using the xdg-open, gnome-open, or kfmclient tools, but failed.Mitigation
Make sure you can open a page using xdg-open tool. See https://aka.ms/msal-net-os-browser for details.public const string LinuxXdgOpen;
val mutable LinuxXdgOpen : string
Public Const LinuxXdgOpen As String