zmark9
zmark9
**Additional context** Hi Was wondering about adding the South Node symbol? I can contribute with just about everything else creating the code around that aside from the "d" attribute which...
This page shows the example BrokerOptions options = new BrokerOptions(BrokerOptions.OperatingSystems.Windows); options.Title = "My Awesome Application"; IPublicClientApplication app = PublicClientApplicationBuilder.Create("YOUR_CLIENT_ID") .WithDefaultRedirectUri() .WithParentActivityOrWindow(GetConsoleOrTerminalWindow) .WithBroker(options) .Build(); **in code however** the .WithBroker line Severity...