Class NativeSocialLogin
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Configure native social settings
[Serializable]
public record NativeSocialLogin : IJsonOnDeserialized, IEquatable<NativeSocialLogin>
- Inheritance
-
NativeSocialLogin
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Apple
[JsonPropertyName("apple")]
public NativeSocialLoginApple? Apple { get; set; }
Property Value
[JsonPropertyName("facebook")]
public NativeSocialLoginFacebook? Facebook { get; set; }
Property Value
[JsonPropertyName("google")]
public NativeSocialLoginGoogle? Google { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.