Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,11 @@ internal static BrokerOptions CreateFromWindowsOptions(WindowsBrokerOptions winO
public bool MsaPassthrough { get; set; } = false;

/// <summary>
/// Currently supported on Windows, Linux and macOS
/// Allows the Windows broker to list Work and School accounts as part of the <see cref="ClientApplicationBase.GetAccountsAsync()"/>
/// Currently supported on Windows, Linux and macOS.
/// Allows the Windows broker to list MSA, Work and School accounts as part of the <see cref="ClientApplicationBase.GetAccountsAsync()"/>.
/// Linux and macOS broker will discover accounts as part of the <see cref="ClientApplicationBase.GetAccountsAsync()"/>
/// </summary>
/// </summary>
[EditorBrowsable(EditorBrowsableState.Never)]
public bool ListOperatingSystemAccounts { get; set; }

internal bool IsBrokerEnabledOnCurrentOs()
Expand Down