WebAuthenticationCoreManager.RequestTokenAsync Methode

Definition

Überlädt

RequestTokenAsync(WebTokenRequest)

Fordert asynchron ein Token von einem Webkontoanbieter an. Bei Bedarf wird der Benutzer aufgefordert, seine Anmeldeinformationen einzugeben.

RequestTokenAsync(WebTokenRequest, WebAccount)

Fordert asynchron ein Token von einem Webkontoanbieter an. Bei Bedarf wird der Benutzer aufgefordert, seine Anmeldeinformationen einzugeben.

RequestTokenAsync(WebTokenRequest)

Fordert asynchron ein Token von einem Webkontoanbieter an. Bei Bedarf wird der Benutzer aufgefordert, seine Anmeldeinformationen einzugeben.

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)

Parameter

request
WebTokenRequest

Die Webtokenanforderung.

Gibt zurück

Ein asynchroner Anforderungsvorgang. Enthält bei erfolgreicher Fertigstellung ein WebTokenRequestResult-Objekt , das das Ergebnis der Webtokenanforderung darstellt.

Attribute

Hinweise

Diese Methode kann nicht von Desktop-Apps oder von Hintergrundthreads von UWP-Apps aufgerufen werden. Eine Entsprechung dieser Methode für Desktop-Apps finden Sie unter IWebAuthenticationCoreManagerInterop::RequestTokenForWindowAsync.

Weitere Informationen

Gilt für:

RequestTokenAsync(WebTokenRequest, WebAccount)

Fordert asynchron ein Token von einem Webkontoanbieter an. Bei Bedarf wird der Benutzer aufgefordert, seine Anmeldeinformationen einzugeben.

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)

Parameter

request
WebTokenRequest

Die Webtokenanforderung.

webAccount
WebAccount

Das Webkonto für die Anforderung.

Gibt zurück

Ein asynchroner Anforderungsvorgang. Enthält bei erfolgreicher Fertigstellung ein WebTokenRequestResult-Objekt , das das Ergebnis der Webtokenanforderung darstellt.

Attribute

Hinweise

Diese Methode kann nicht von Desktop-Apps oder von Hintergrundthreads von UWP-Apps aufgerufen werden. Eine Entsprechung dieser Methode für Desktop-Apps finden Sie unter IWebAuthenticationCoreManagerInterop::RequestTokenWithWebAccountForWindowAsync.

Weitere Informationen

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

IWebAuthenticationCoreManagerInterop::RequestTokenWithWebAccountForWindowAsync

IWebAuthenticationCoreManagerInterop-Schnittstelle

Gilt für: