IWebAccountProviderSilentReportOperation.ReportUserInteractionRequired Method

Definition

Overloads

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.

ReportUserInteractionRequired()

Informs the activating app a token could not be obtained silently and that user interaction is required to continue the operation.

public:
 void ReportUserInteractionRequired();
/// [Windows.Foundation.Metadata.Overload("ReportUserInteractionRequired")]
void ReportUserInteractionRequired();
[Windows.Foundation.Metadata.Overload("ReportUserInteractionRequired")]
public void ReportUserInteractionRequired();
function reportUserInteractionRequired()
Public Sub ReportUserInteractionRequired ()
Attributes

See also

Applies to

ReportUserInteractionRequired(WebProviderError)

Informs the activating app a token could not be obtained silently and that user interaction is required to continue the operation.

public:
 void ReportUserInteractionRequired(WebProviderError ^ value);
/// [Windows.Foundation.Metadata.Overload("ReportUserInteractionRequiredWithError")]
void ReportUserInteractionRequired(WebProviderError const& value);
[Windows.Foundation.Metadata.Overload("ReportUserInteractionRequiredWithError")]
public void ReportUserInteractionRequired(WebProviderError value);
function reportUserInteractionRequired(value)
Public Sub ReportUserInteractionRequired (value As WebProviderError)

Parameters

value
WebProviderError

The error that has occurred.

Attributes

See also

Applies to