File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/client/Microsoft.Identity.Client/ApiConfig Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -79,10 +79,11 @@ internal static BrokerOptions CreateFromWindowsOptions(WindowsBrokerOptions winO
7979 public bool MsaPassthrough { get ; set ; } = false ;
8080
8181 /// <summary>
82- /// Currently supported on Windows, Linux and macOS
83- /// Allows the Windows broker to list Work and School accounts as part of the <see cref="ClientApplicationBase.GetAccountsAsync()"/>
82+ /// Currently supported on Windows, Linux and macOS.
83+ /// Allows the Windows broker to list MSA, Work and School accounts as part of the <see cref="ClientApplicationBase.GetAccountsAsync()"/>.
8484 /// Linux and macOS broker will discover accounts as part of the <see cref="ClientApplicationBase.GetAccountsAsync()"/>
85- /// </summary>
85+ /// </summary>
86+ [ EditorBrowsable ( EditorBrowsableState . Never ) ]
8687 public bool ListOperatingSystemAccounts { get ; set ; }
8788
8889 internal bool IsBrokerEnabledOnCurrentOs ( )
You can’t perform that action at this time.
0 commit comments