Share via


MobileServiceClientExtensions.LoginWithMicrosoftAccountAsync Méthode

Définition

Connectez un utilisateur à une application Mobile Services avec un jeton d’authentification de compte Microsoft.

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)

Paramètres

thisClient
MobileServiceClient

Client pour la connexion.

authenticationToken
String

Jeton d'authentification de session SDK actif.

Retours

Tâche qui se termine lorsque l'utilisateur a complété l'authentification.

S’applique à