IWebAccountProviderTokenOperation Interface

Definition

Defines properties for web account provider token operations.

public interface class IWebAccountProviderTokenOperation : IWebAccountProviderOperation
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2512786366, 8244, 19512, 148, 52, 210, 108, 20, 178, 180, 178)]
struct IWebAccountProviderTokenOperation : IWebAccountProviderOperation
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2512786366, 8244, 19512, 148, 52, 210, 108, 20, 178, 180, 178)]
public interface IWebAccountProviderTokenOperation : IWebAccountProviderOperation
Public Interface IWebAccountProviderTokenOperation
Implements IWebAccountProviderOperation
Derived
Attributes
Implements

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Properties

CacheExpirationTime

Gets or sets the cache expiration time.

Kind

Gets the kind of web account provider operation.

(Inherited from IWebAccountProviderOperation)
ProviderRequest

Gets the web provider token request.

ProviderResponses

Gets the web provider token responses.

Applies to

See also