Class WindowsBrokerOptions
Advanced options for using the Windows 10 broker. For more details see https://aka.ms/msal-net-wam
public class WindowsBrokerOptions
- Inheritance
-
WindowsBrokerOptions
- Inherited Members
Constructors
WindowsBrokerOptions()
public WindowsBrokerOptions()
Properties
HeaderText
Display a custom text in the broker UI controls which support it.
public string HeaderText { get; set; }
Property Value
Remarks
Currently only the WAM account picker allows for this customization, see WAM documentation.
ListWindowsWorkAndSchoolAccounts
Allow the Windows broker to list Work and School accounts as part of the GetAccountsAsync()
public bool ListWindowsWorkAndSchoolAccounts { get; set; }