Table of Contents

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

ReadOnlyAdditionalProperties

Apple

[JsonPropertyName("apple")]
public NativeSocialLoginApple? Apple { get; set; }

Property Value

NativeSocialLoginApple

Facebook

[JsonPropertyName("facebook")]
public NativeSocialLoginFacebook? Facebook { get; set; }

Property Value

NativeSocialLoginFacebook

Google

[JsonPropertyName("google")]
public NativeSocialLoginGoogle? Google { get; set; }

Property Value

NativeSocialLoginGoogle

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.