WebAccountProviderOperationKind
WebAccountProviderOperationKind
WebAccountProviderOperationKind
WebAccountProviderOperationKind
Enum
Definition
Represents different operations a web account provider can perform. Use this to determine what operation to perform when the provider is activated.
public : enum class WebAccountProviderOperationKindpublic enum WebAccountProviderOperationKindPublic Enum WebAccountProviderOperationKind// 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
| AddAccount AddAccount AddAccount AddAccount | Add a web account. |
| DeleteAccount DeleteAccount DeleteAccount DeleteAccount | Delete a web account. |
| GetTokenSilently GetTokenSilently GetTokenSilently GetTokenSilently | Get an authentication token without showing any UI. |
| ManageAccount ManageAccount ManageAccount ManageAccount | Manage a web account. |
| RequestToken RequestToken RequestToken RequestToken | Request an authentication token. |
| RetrieveCookies RetrieveCookies RetrieveCookies RetrieveCookies | Retrieve cookies. |
| SignOutAccount SignOutAccount SignOutAccount SignOutAccount | Sign out a web account. |