Condividi tramite


WebTokenRequest Costruttori

Definizione

Overload

WebTokenRequest(WebAccountProvider)

Inizializza una nuova istanza della classe WebTokenRequest con un input.

WebTokenRequest(WebAccountProvider, String)

Inizializza una nuova istanza della classe WebTokenRequest con due input.

WebTokenRequest(WebAccountProvider, String, String)

Inizializza una nuova istanza della classe WebTokenRequest con tre input.

WebTokenRequest(WebAccountProvider, String, String, WebTokenRequestPromptType)

Inizializza una nuova istanza della classe WebTokenRequest con quattro input.

WebTokenRequest(WebAccountProvider)

Inizializza una nuova istanza della classe WebTokenRequest con un input.

public:
 WebTokenRequest(WebAccountProvider ^ provider);
 WebTokenRequest(WebAccountProvider const& provider);
public WebTokenRequest(WebAccountProvider provider);
function WebTokenRequest(provider)
Public Sub New (provider As WebAccountProvider)

Parametri

provider
WebAccountProvider

Il provider di account Web per cui è richiesta la richiesta.

Vedi anche

Si applica a

WebTokenRequest(WebAccountProvider, String)

Inizializza una nuova istanza della classe WebTokenRequest con due input.

public:
 WebTokenRequest(WebAccountProvider ^ provider, Platform::String ^ scope);
 WebTokenRequest(WebAccountProvider const& provider, winrt::hstring const& scope);
public WebTokenRequest(WebAccountProvider provider, string scope);
function WebTokenRequest(provider, scope)
Public Sub New (provider As WebAccountProvider, scope As String)

Parametri

provider
WebAccountProvider

Il provider di account Web per cui è richiesta la richiesta.

scope
String

Platform::String

winrt::hstring

Ambito della richiesta.

Vedi anche

Si applica a

WebTokenRequest(WebAccountProvider, String, String)

Inizializza una nuova istanza della classe WebTokenRequest con tre input.

public:
 WebTokenRequest(WebAccountProvider ^ provider, Platform::String ^ scope, Platform::String ^ clientId);
 WebTokenRequest(WebAccountProvider const& provider, winrt::hstring const& scope, winrt::hstring const& clientId);
public WebTokenRequest(WebAccountProvider provider, string scope, string clientId);
function WebTokenRequest(provider, scope, clientId)
Public Sub New (provider As WebAccountProvider, scope As String, clientId As String)

Parametri

provider
WebAccountProvider

Il provider di account Web per cui è richiesta la richiesta.

scope
String

Platform::String

winrt::hstring

Ambito della richiesta.

clientId
String

Platform::String

winrt::hstring

ID del client.

Vedi anche

Si applica a

WebTokenRequest(WebAccountProvider, String, String, WebTokenRequestPromptType)

Inizializza una nuova istanza della classe WebTokenRequest con quattro input.

public:
 WebTokenRequest(WebAccountProvider ^ provider, Platform::String ^ scope, Platform::String ^ clientId, WebTokenRequestPromptType promptType);
 WebTokenRequest(WebAccountProvider const& provider, winrt::hstring const& scope, winrt::hstring const& clientId, WebTokenRequestPromptType const& promptType);
public WebTokenRequest(WebAccountProvider provider, string scope, string clientId, WebTokenRequestPromptType promptType);
function WebTokenRequest(provider, scope, clientId, promptType)
Public Sub New (provider As WebAccountProvider, scope As String, clientId As String, promptType As WebTokenRequestPromptType)

Parametri

provider
WebAccountProvider

Il provider di account Web per cui è richiesta la richiesta.

scope
String

Platform::String

winrt::hstring

Ambito della richiesta.

clientId
String

Platform::String

winrt::hstring

ID del client.

promptType
WebTokenRequestPromptType

Tipo di richiesta.

Vedi anche

Si applica a