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
79
79
public bool MsaPassthrough { get ; set ; } = false ;
80
80
81
81
/// <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()"/>.
84
84
/// Linux and macOS broker will discover accounts as part of the <see cref="ClientApplicationBase.GetAccountsAsync()"/>
85
- /// </summary>
85
+ /// </summary>
86
+ [ EditorBrowsable ( EditorBrowsableState . Never ) ]
86
87
public bool ListOperatingSystemAccounts { get ; set ; }
87
88
88
89
internal bool IsBrokerEnabledOnCurrentOs ( )
You can’t perform that action at this time.
0 commit comments