WebAccountScope
WebAccountScope
WebAccountScope
WebAccountScope
Enum
Definition
Represents the scope of a web account.
public : enum class WebAccountScopepublic enum WebAccountScopePublic Enum WebAccountScope// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| PerApplication PerApplication PerApplication PerApplication | Scope that hides the account from PC settings. Use this scope if you do not want the user's login to persist. For these accounts, only per-app tokens should be retained. |
| PerUser PerUser PerUser PerUser | Scope for single-sign-on accounts that appear in PC settings. This is the default scope. |