BuiltInAuthenticationProvider Enum

Definition

Defines values for BuiltInAuthenticationProvider.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum BuiltInAuthenticationProvider
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type BuiltInAuthenticationProvider = 
Public Enum BuiltInAuthenticationProvider
Inheritance
BuiltInAuthenticationProvider
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

AzureActiveDirectory 0
Facebook 1
Google 2
MicrosoftAccount 3
Twitter 4

Applies to