MobileServiceClientExtensions.LoginWithMicrosoftAccountAsync Método

Definición

Inicie sesión de un usuario en una aplicación de Mobile Services con un token de autenticación de cuenta 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)

Parámetros

thisClient
MobileServiceClient

Cliente con el que se va a iniciar sesión.

authenticationToken
String

Token de autenticación de una sesión activa de SDK.

Devoluciones

Tarea que se completará cuando el usuario haya terminado de autenticarse.

Se aplica a