WebAccountClientView WebAccountClientView WebAccountClientView WebAccountClientView Class

Definition

Represents the client view for a web account. Use this to control what information about an account from a provider is available to the client.

public : sealed class WebAccountClientView : IWebAccountClientViewpublic sealed class WebAccountClientView : IWebAccountClientViewPublic NotInheritable Class WebAccountClientView Implements IWebAccountClientView// 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)

Constructors

WebAccountClientView(WebAccountClientViewType, Uri) WebAccountClientView(WebAccountClientViewType, Uri) WebAccountClientView(WebAccountClientViewType, Uri) WebAccountClientView(WebAccountClientViewType, Uri)

Creates a new instance of the WebAccountClientView class.

public : WebAccountClientView(WebAccountClientViewType viewType, Uri applicationCallbackUri)public WebAccountClientView(WebAccountClientViewType viewType, Uri applicationCallbackUri)Public Sub New(viewType As WebAccountClientViewType, applicationCallbackUri As Uri)// You can use this method in JavaScript.
Parameters
applicationCallbackUri
Uri Uri Uri Uri

The callback URI that indicates the completion of the operation.

See Also

WebAccountClientView(WebAccountClientViewType, Uri, String) WebAccountClientView(WebAccountClientViewType, Uri, String) WebAccountClientView(WebAccountClientViewType, Uri, String) WebAccountClientView(WebAccountClientViewType, Uri, String)

Creates a new instance of the WebAccountClientView class.

public : WebAccountClientView(WebAccountClientViewType viewType, Uri applicationCallbackUri, PlatForm::String accountPairwiseId)public WebAccountClientView(WebAccountClientViewType viewType, Uri applicationCallbackUri, String accountPairwiseId)Public Sub New(viewType As WebAccountClientViewType, applicationCallbackUri As Uri, accountPairwiseId As String)// You can use this method in JavaScript.
Parameters
applicationCallbackUri
Uri Uri Uri Uri

The callback URI that indicates the completion of the operation.

accountPairwiseId
PlatForm::String String String String

The account pairwise Id.

See Also

Properties

AccountPairwiseId AccountPairwiseId AccountPairwiseId AccountPairwiseId

Gets the account pairwise Id.

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

The account pairwise Id.

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.

Type Type Type Type

Gets the type of web account client view.

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