MobileServiceClientExtensions.LoginWithMicrosoftAccountAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Log a user into a Mobile Services application given a Microsoft Account authentication token.
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)
Parameters
- thisClient
- MobileServiceClient
The client with which to login.
- authenticationToken
- String
Live SDK session authentication token.
Returns
Task that will complete when the user has finished authentication.