Condividi tramite


WebTokenResponse Costruttori

Definizione

Overload

WebTokenResponse()

Inizializza una nuova istanza della classe WebTokenResponse .

WebTokenResponse(String)

Inizializza una nuova istanza della classe WebTokenResponse con un input.

WebTokenResponse(String, WebAccount)

Inizializza una nuova istanza della classe WebTokenResponse con due input.

WebTokenResponse(String, WebAccount, WebProviderError)

Inizializza una nuova istanza della classe WebTokenResponse con tre input.

WebTokenResponse()

Inizializza una nuova istanza della classe WebTokenResponse .

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

Vedi anche

Si applica a

WebTokenResponse(String)

Inizializza una nuova istanza della classe WebTokenResponse con un input.

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

Parametri

token
String

Platform::String

winrt::hstring

Il token.

Vedi anche

Si applica a

WebTokenResponse(String, WebAccount)

Inizializza una nuova istanza della classe WebTokenResponse con due input.

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)

Parametri

token
String

Platform::String

winrt::hstring

Il token.

webAccount
WebAccount

WebAccount.

Vedi anche

Si applica a

WebTokenResponse(String, WebAccount, WebProviderError)

Inizializza una nuova istanza della classe WebTokenResponse con tre input.

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)

Parametri

token
String

Platform::String

winrt::hstring

Il token.

webAccount
WebAccount

WebAccount.

error
WebProviderError

Errore del provider Web.

Vedi anche

Si applica a