共用方式為


WebTokenResponse 建構函式

定義

多載

WebTokenResponse()

初始化 WebTokenResponse 類別的新實例。

WebTokenResponse(String)

使用一個輸入,初始化 WebTokenResponse 類別的新實例。

WebTokenResponse(String, WebAccount)

使用兩個輸入,初始化 WebTokenResponse 類別的新實例。

WebTokenResponse(String, WebAccount, WebProviderError)

使用三個輸入,初始化 WebTokenResponse 類別的新實例。

WebTokenResponse()

初始化 WebTokenResponse 類別的新實例。

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

另請參閱

適用於

WebTokenResponse(String)

使用一個輸入,初始化 WebTokenResponse 類別的新實例。

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 類別的新實例。

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 類別的新實例。

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 提供者錯誤。

另請參閱

適用於