WebAccountSelectionOptions
WebAccountSelectionOptions
WebAccountSelectionOptions
WebAccountSelectionOptions
Enum
Definition
Represents web account selection options. Use this to support the use of multiple web accounts in an app, where user might choose to log in with an existing account or add a new account.
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
public : enum class WebAccountSelectionOptionspublic enum WebAccountSelectionOptionsPublic Enum WebAccountSelectionOptions// You can use this enum in JavaScript.
- Attributes
-
System.FlagsAttribute ContractVersionAttribute
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Default Default Default Default | The user selected the default account. |
| New New New New | The user selected to add a new account. |