Condividi tramite


WebAuthenticationCoreManager.RequestTokenAsync Metodo

Definizione

Overload

RequestTokenAsync(WebTokenRequest)

Richiede in modo asincrono un token da un provider di account Web. Se necessario, all'utente viene richiesto di immettere le proprie credenziali.

RequestTokenAsync(WebTokenRequest, WebAccount)

Richiede in modo asincrono un token da un provider di account Web. Se necessario, all'utente viene richiesto di immettere le proprie credenziali.

RequestTokenAsync(WebTokenRequest)

Richiede in modo asincrono un token da un provider di account Web. Se necessario, all'utente viene richiesto di immettere le proprie credenziali.

public:
 static IAsyncOperation<WebTokenRequestResult ^> ^ RequestTokenAsync(WebTokenRequest ^ request);
/// [Windows.Foundation.Metadata.Overload("RequestTokenAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<WebTokenRequestResult> RequestTokenAsync(WebTokenRequest const& request);
[Windows.Foundation.Metadata.Overload("RequestTokenAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<WebTokenRequestResult> RequestTokenAsync(WebTokenRequest request);
function requestTokenAsync(request)
Public Shared Function RequestTokenAsync (request As WebTokenRequest) As IAsyncOperation(Of WebTokenRequestResult)

Parametri

request
WebTokenRequest

Richiesta del token Web.

Restituisce

Operazione di richiesta asincrona. Al termine, contiene un oggetto WebTokenRequestResult che rappresenta il risultato della richiesta del token Web.

Attributi

Commenti

Questo metodo non può essere chiamato da app desktop o da thread in background di app UWP. Per un equivalente di questo metodo per le app desktop, vedere IWebAuthenticationCoreManagerInterop::RequestTokenForWindowAsync.

Vedi anche

Si applica a

RequestTokenAsync(WebTokenRequest, WebAccount)

Richiede in modo asincrono un token da un provider di account Web. Se necessario, all'utente viene richiesto di immettere le proprie credenziali.

public:
 static IAsyncOperation<WebTokenRequestResult ^> ^ RequestTokenAsync(WebTokenRequest ^ request, WebAccount ^ webAccount);
/// [Windows.Foundation.Metadata.Overload("RequestTokenWithWebAccountAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<WebTokenRequestResult> RequestTokenAsync(WebTokenRequest const& request, WebAccount const& webAccount);
[Windows.Foundation.Metadata.Overload("RequestTokenWithWebAccountAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<WebTokenRequestResult> RequestTokenAsync(WebTokenRequest request, WebAccount webAccount);
function requestTokenAsync(request, webAccount)
Public Shared Function RequestTokenAsync (request As WebTokenRequest, webAccount As WebAccount) As IAsyncOperation(Of WebTokenRequestResult)

Parametri

request
WebTokenRequest

Richiesta del token Web.

webAccount
WebAccount

Account Web per la richiesta.

Restituisce

Operazione di richiesta asincrona. Al termine, contiene un oggetto WebTokenRequestResult che rappresenta il risultato della richiesta del token Web.

Attributi

Commenti

Questo metodo non può essere chiamato da app desktop o da thread in background di app UWP. Per un equivalente di questo metodo per le app desktop, vedere IWebAuthenticationCoreManagerInterop::RequestTokenWithWebAccountForWindowAsync.

Vedi anche

M:Windows.Security.Authentication.Web.Core.WebAuthenticationCoreManager.RequestTokenAsync(Windows.Security.Authentication.Web.Core.WebTokenRequest)

IWebAuthenticationCoreManagerInterop::RequestTokenWithWebAccountForWindowAsync

Interfaccia IWebAuthenticationCoreManagerInterop

Si applica a