Permalink
Fetching contributors…
Cannot retrieve contributors at this time
54 lines (54 sloc) 2.96 KB
<Type Name="MobileServiceClientExtensions" FullName="Microsoft.WindowsAzure.MobileServices.MobileServiceClientExtensions">
<TypeSignature Language="C#" Value="public static class MobileServiceClientExtensions" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit MobileServiceClientExtensions extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.WindowsAzure.MobileServices.MobileServiceClientExtensions" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
Provides extension methods on <see cref="T:Microsoft.WindowsAzure.MobileServices.MobileServiceClient" />.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="LoginWithMicrosoftAccountAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.WindowsAzure.MobileServices.MobileServiceUser&gt; LoginWithMicrosoftAccountAsync (this Microsoft.WindowsAzure.MobileServices.MobileServiceClient thisClient, string authenticationToken);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.WindowsAzure.MobileServices.MobileServiceUser&gt; LoginWithMicrosoftAccountAsync(class Microsoft.WindowsAzure.MobileServices.MobileServiceClient thisClient, string authenticationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.MobileServices.MobileServiceClientExtensions.LoginWithMicrosoftAccountAsync(Microsoft.WindowsAzure.MobileServices.MobileServiceClient,System.String)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task&lt;Microsoft.WindowsAzure.MobileServices.MobileServiceUser&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="thisClient" Type="Microsoft.WindowsAzure.MobileServices.MobileServiceClient" RefType="this" />
<Parameter Name="authenticationToken" Type="System.String" />
</Parameters>
<Docs>
<param name="thisClient">
The client with which to login.
</param>
<param name="authenticationToken">
Live SDK session authentication token.
</param>
<summary>
Log a user into a Mobile Services application given a Microsoft
Account authentication token.
</summary>
<returns>
Task that will complete when the user has finished authentication.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>