WebAccountProviderGetTokenSilentOperation.ReportUserInteractionRequired Method

Definition

Overloads

ReportUserInteractionRequired()

Informs the activating app that user interaction is required to continue the operation.

ReportUserInteractionRequired(WebProviderError)

Informs the activating app that an error has occurred and user interaction is required to continue the operation.

ReportUserInteractionRequired()

Informs the activating app that user interaction is required to continue the operation.

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

Implements

Attributes

See also

Applies to

ReportUserInteractionRequired(WebProviderError)

Informs the activating app that an error has occurred and user interaction is required to continue the operation.

public:
 virtual void ReportUserInteractionRequired(WebProviderError ^ value) = ReportUserInteractionRequired;
/// [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.

Implements

Attributes

See also

Applies to