MobileServiceClientExtensions.LoginWithMicrosoftAccountAsync Methode

Definition

Melden Sie einen Benutzer bei einer Mobile Services-Anwendung mit einem Microsoft-Kontoauthentifizierungstoken an.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.MobileServices.MobileServiceUser> LoginWithMicrosoftAccountAsync (this Microsoft.WindowsAzure.MobileServices.MobileServiceClient thisClient, string authenticationToken);
static member LoginWithMicrosoftAccountAsync : Microsoft.WindowsAzure.MobileServices.MobileServiceClient * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MobileServices.MobileServiceUser>
<Extension()>
Public Function LoginWithMicrosoftAccountAsync (thisClient As MobileServiceClient, authenticationToken As String) As Task(Of MobileServiceUser)

Parameter

thisClient
MobileServiceClient

Der Client für die Anmeldung.

authenticationToken
String

Live-SDK-Sitzungsauthentifizierungstoken.

Gibt zurück

Der Task, der ausgeführt wird, sobald die Benutzerauthentifizierung abgeschlossen ist.

Gilt für: