Class NativeSocialLoginFacebook
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Native Social Login support for the Facebook connection
[Serializable]
public record NativeSocialLoginFacebook : IJsonOnDeserialized, IEquatable<NativeSocialLoginFacebook>
- Inheritance
-
NativeSocialLoginFacebook
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Enabled
Determine whether or not to allow signing in natively using Facebook
[JsonPropertyName("enabled")]
public bool? Enabled { get; set; }
Property Value
- bool?
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.