WebTokenResponse コンストラクター

定義

オーバーロード

WebTokenResponse()

WebTokenResponse クラスの新しいインスタンスを初期化します。

WebTokenResponse(String)

WebTokenResponse クラスの新しいインスタンスを 1 つの入力で初期化します。

WebTokenResponse(String, WebAccount)

WebTokenResponse クラスの新しいインスタンスを 2 つの入力で初期化します。

WebTokenResponse(String, WebAccount, WebProviderError)

WebTokenResponse クラスの新しいインスタンスを 3 つの入力で初期化します。

WebTokenResponse()

WebTokenResponse クラスの新しいインスタンスを初期化します。

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

こちらもご覧ください

適用対象

WebTokenResponse(String)

WebTokenResponse クラスの新しいインスタンスを 1 つの入力で初期化します。

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

パラメーター

token
String

Platform::String

winrt::hstring

トークン。

こちらもご覧ください

適用対象

WebTokenResponse(String, WebAccount)

WebTokenResponse クラスの新しいインスタンスを 2 つの入力で初期化します。

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)

パラメーター

token
String

Platform::String

winrt::hstring

トークン。

webAccount
WebAccount

WebAccount

こちらもご覧ください

適用対象

WebTokenResponse(String, WebAccount, WebProviderError)

WebTokenResponse クラスの新しいインスタンスを 3 つの入力で初期化します。

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)

パラメーター

token
String

Platform::String

winrt::hstring

トークン。

webAccount
WebAccount

WebAccount

error
WebProviderError

Web プロバイダー エラー。

こちらもご覧ください

適用対象