IWebAccountProviderSilentReportOperation Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines methods for silent web account provider operations.
public interface class IWebAccountProviderSilentReportOperation : IWebAccountProviderBaseReportOperation
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3769976312, 15119, 17626, 146, 76, 123, 24, 186, 170, 98, 169)]
struct IWebAccountProviderSilentReportOperation : IWebAccountProviderBaseReportOperation
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3769976312, 15119, 17626, 146, 76, 123, 24, 186, 170, 98, 169)]
public interface IWebAccountProviderSilentReportOperation : IWebAccountProviderBaseReportOperation
Public Interface IWebAccountProviderSilentReportOperation
Implements IWebAccountProviderBaseReportOperation
- Derived
- Attributes
- Implements
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Methods
ReportCompleted() |
Informs the activating app that the operation completed successfully. (Inherited from IWebAccountProviderBaseReportOperation) |
ReportError(WebProviderError) |
Informs the activating app that the operation encountered an error. (Inherited from IWebAccountProviderBaseReportOperation) |
ReportUserInteractionRequired() |
Informs the activating app a token could not be obtained silently and that user interaction is required to continue the operation. |
ReportUserInteractionRequired(WebProviderError) |
Informs the activating app a token could not be obtained silently and that user interaction is required to continue the operation. |