WebAccountProviderTriggerDetails WebAccountProviderTriggerDetails WebAccountProviderTriggerDetails WebAccountProviderTriggerDetails Class

Definition

Provides information about the trigger that started the web account provider task.

public : sealed class WebAccountProviderTriggerDetails : IWebAccountProviderTokenObjects, IWebAccountProviderTokenObjects2public sealed class WebAccountProviderTriggerDetails : IWebAccountProviderTokenObjects, IWebAccountProviderTokenObjects2Public NotInheritable Class WebAccountProviderTriggerDetails Implements IWebAccountProviderTokenObjects, IWebAccountProviderTokenObjects2// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Properties

Operation Operation Operation Operation

Gets the web account provider operation.

public : IWebAccountProviderOperation Operation { get; }public IWebAccountProviderOperation Operation { get; }Public ReadOnly Property Operation As IWebAccountProviderOperation// You can use this property in JavaScript.

User User User User

Gets the user that issued this web account provider trigger (for use with multi-user-aware apps).

public : User User { get; }public User User { get; }Public ReadOnly Property User As User// You can use this property in JavaScript.
Value
User User User User

The user for this trigger.

Additional features and requirements
Device family
Windows 10 Creators Update (introduced v10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v4)