WebAccountProviderSignOutAccountOperation WebAccountProviderSignOutAccountOperation WebAccountProviderSignOutAccountOperation WebAccountProviderSignOutAccountOperation Class

Definition

Represents a sign out account operation made by a web account provider.

public : sealed class WebAccountProviderSignOutAccountOperation : IWebAccountProviderBaseReportOperation, IWebAccountProviderOperation, IWebAccountProviderSignOutAccountOperationpublic sealed class WebAccountProviderSignOutAccountOperation : IWebAccountProviderBaseReportOperation, IWebAccountProviderOperation, IWebAccountProviderSignOutAccountOperationPublic NotInheritable Class WebAccountProviderSignOutAccountOperation Implements IWebAccountProviderBaseReportOperation, IWebAccountProviderOperation, IWebAccountProviderSignOutAccountOperation// 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

ApplicationCallbackUri ApplicationCallbackUri ApplicationCallbackUri ApplicationCallbackUri

Gets the app callback Uri.

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

The app callback Uri.

ClientId ClientId ClientId ClientId

Gets the client Id.

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

The client Id.

Kind Kind Kind Kind

Gets the kind of web account provider operation.

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

WebAccount WebAccount WebAccount WebAccount

Gets the web account to sign out.

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

The web account to sign out.

Methods

ReportCompleted() ReportCompleted() ReportCompleted() ReportCompleted()

Informs the activating app that the operation completed successfully.

public : void ReportCompleted()public void ReportCompleted()Public Function ReportCompleted() As void// You can use this method in JavaScript.

ReportError(WebProviderError) ReportError(WebProviderError) ReportError(WebProviderError) ReportError(WebProviderError)

Informs the activating app that the operation encountered an error.

public : void ReportError(WebProviderError value)public void ReportError(WebProviderError value)Public Function ReportError(value As WebProviderError) As void// You can use this method in JavaScript.
Parameters