Freigeben über


WebTokenResponse Konstruktoren

Definition

Überlädt

WebTokenResponse()

Initialisiert eine neue instance der WebTokenResponse-Klasse.

WebTokenResponse(String)

Initialisiert eine neue instance der WebTokenResponse-Klasse mit einer Eingabe.

WebTokenResponse(String, WebAccount)

Initialisiert eine neue instance der WebTokenResponse-Klasse mit zwei Eingaben.

WebTokenResponse(String, WebAccount, WebProviderError)

Initialisiert eine neue instance der WebTokenResponse-Klasse mit drei Eingaben.

WebTokenResponse()

Initialisiert eine neue instance der WebTokenResponse-Klasse.

public:
 WebTokenResponse();
 WebTokenResponse();
public WebTokenResponse();
function WebTokenResponse()
Public Sub New ()

Weitere Informationen

Gilt für:

WebTokenResponse(String)

Initialisiert eine neue instance der WebTokenResponse-Klasse mit einer Eingabe.

public:
 WebTokenResponse(Platform::String ^ token);
 WebTokenResponse(winrt::hstring const& token);
public WebTokenResponse(string token);
function WebTokenResponse(token)
Public Sub New (token As String)

Parameter

token
String

Platform::String

winrt::hstring

Das Token.

Weitere Informationen

Gilt für:

WebTokenResponse(String, WebAccount)

Initialisiert eine neue instance der WebTokenResponse-Klasse mit zwei Eingaben.

public:
 WebTokenResponse(Platform::String ^ token, WebAccount ^ webAccount);
 WebTokenResponse(winrt::hstring const& token, WebAccount const& webAccount);
public WebTokenResponse(string token, WebAccount webAccount);
function WebTokenResponse(token, webAccount)
Public Sub New (token As String, webAccount As WebAccount)

Parameter

token
String

Platform::String

winrt::hstring

Das Token.

webAccount
WebAccount

Das WebAccount.

Weitere Informationen

Gilt für:

WebTokenResponse(String, WebAccount, WebProviderError)

Initialisiert eine neue instance der WebTokenResponse-Klasse mit drei Eingaben.

public:
 WebTokenResponse(Platform::String ^ token, WebAccount ^ webAccount, WebProviderError ^ error);
 WebTokenResponse(winrt::hstring const& token, WebAccount const& webAccount, WebProviderError const& error);
public WebTokenResponse(string token, WebAccount webAccount, WebProviderError error);
function WebTokenResponse(token, webAccount, error)
Public Sub New (token As String, webAccount As WebAccount, error As WebProviderError)

Parameter

token
String

Platform::String

winrt::hstring

Das Token.

webAccount
WebAccount

Das WebAccount.

error
WebProviderError

Der Webanbieterfehler.

Weitere Informationen

Gilt für: