Permalink
Fetching contributors…
Cannot retrieve contributors at this time
110 lines (110 sloc) 5.3 KB
<Type Name="MobileServiceAuthenticationProvider" FullName="Microsoft.WindowsAzure.MobileServices.MobileServiceAuthenticationProvider">
<TypeSignature Language="C#" Value="public enum MobileServiceAuthenticationProvider" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed MobileServiceAuthenticationProvider extends System.Enum" />
<TypeSignature Language="DocId" Value="T:Microsoft.WindowsAzure.MobileServices.MobileServiceAuthenticationProvider" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
<summary>
Authentication providers supported by Mobile Services.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="Facebook">
<MemberSignature Language="C#" Value="Facebook" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Microsoft.WindowsAzure.MobileServices.MobileServiceAuthenticationProvider Facebook = int32(3)" />
<MemberSignature Language="DocId" Value="F:Microsoft.WindowsAzure.MobileServices.MobileServiceAuthenticationProvider.Facebook" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.MobileServices.MobileServiceAuthenticationProvider</ReturnType>
</ReturnValue>
<Docs>
<summary>
Facebook authentication provider.
</summary>
</Docs>
</Member>
<Member MemberName="Google">
<MemberSignature Language="C#" Value="Google" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Microsoft.WindowsAzure.MobileServices.MobileServiceAuthenticationProvider Google = int32(1)" />
<MemberSignature Language="DocId" Value="F:Microsoft.WindowsAzure.MobileServices.MobileServiceAuthenticationProvider.Google" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.MobileServices.MobileServiceAuthenticationProvider</ReturnType>
</ReturnValue>
<Docs>
<summary>
Google authentication provider.
</summary>
</Docs>
</Member>
<Member MemberName="MicrosoftAccount">
<MemberSignature Language="C#" Value="MicrosoftAccount" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Microsoft.WindowsAzure.MobileServices.MobileServiceAuthenticationProvider MicrosoftAccount = int32(0)" />
<MemberSignature Language="DocId" Value="F:Microsoft.WindowsAzure.MobileServices.MobileServiceAuthenticationProvider.MicrosoftAccount" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.MobileServices.MobileServiceAuthenticationProvider</ReturnType>
</ReturnValue>
<Docs>
<summary>
Microsoft Account authentication provider.
</summary>
</Docs>
</Member>
<Member MemberName="Twitter">
<MemberSignature Language="C#" Value="Twitter" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Microsoft.WindowsAzure.MobileServices.MobileServiceAuthenticationProvider Twitter = int32(2)" />
<MemberSignature Language="DocId" Value="F:Microsoft.WindowsAzure.MobileServices.MobileServiceAuthenticationProvider.Twitter" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.MobileServices.MobileServiceAuthenticationProvider</ReturnType>
</ReturnValue>
<Docs>
<summary>
Twitter authentication provider.
</summary>
</Docs>
</Member>
<Member MemberName="WindowsAzureActiveDirectory">
<MemberSignature Language="C#" Value="WindowsAzureActiveDirectory" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Microsoft.WindowsAzure.MobileServices.MobileServiceAuthenticationProvider WindowsAzureActiveDirectory = int32(4)" />
<MemberSignature Language="DocId" Value="F:Microsoft.WindowsAzure.MobileServices.MobileServiceAuthenticationProvider.WindowsAzureActiveDirectory" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.MobileServices.MobileServiceAuthenticationProvider</ReturnType>
</ReturnValue>
<Docs>
<summary>
Azure Active Directory authentication provider.
</summary>
</Docs>
</Member>
</Members>
</Type>