Permalink
Fetching contributors…
Cannot retrieve contributors at this time
87 lines (87 sloc) 3.91 KB
<Type Name="MobileServiceUser" FullName="Microsoft.WindowsAzure.MobileServices.MobileServiceUser">
<TypeSignature Language="C#" Value="public class MobileServiceUser" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit MobileServiceUser extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.WindowsAzure.MobileServices.MobileServiceUser" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
An authenticated Mobile Services user.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public MobileServiceUser (string userId);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string userId) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.MobileServices.MobileServiceUser.#ctor(System.String)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName>
</AssemblyInfo>
<Parameters>
<Parameter Name="userId" Type="System.String" />
</Parameters>
<Docs>
<param name="userId">
User id of a successfully authenticated user.
</param>
<summary>
Initializes a new instance of the MobileServiceUser class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="MobileServiceAuthenticationToken">
<MemberSignature Language="C#" Value="public virtual string MobileServiceAuthenticationToken { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string MobileServiceAuthenticationToken" />
<MemberSignature Language="DocId" Value="P:Microsoft.WindowsAzure.MobileServices.MobileServiceUser.MobileServiceAuthenticationToken" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
A Microsoft Azure Mobile Services authentication token for the user given by
the <see cref="P:Microsoft.WindowsAzure.MobileServices.MobileServiceUser.UserId" />. If non-null, the authentication token will be
included in all requests made to the Microsoft Azure Mobile Service, allowing
the client to perform all actions on the Microsoft Azure Mobile Service that
require authenticated-user level permissions.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UserId">
<MemberSignature Language="C#" Value="public virtual string UserId { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string UserId" />
<MemberSignature Language="DocId" Value="P:Microsoft.WindowsAzure.MobileServices.MobileServiceUser.UserId" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the user id of a successfully authenticated user.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>