Table of Contents

Class NativeSocialLoginPatch

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Configure native social settings

[Serializable]
public record NativeSocialLoginPatch : IJsonOnDeserialized, IEquatable<NativeSocialLoginPatch>
Inheritance
NativeSocialLoginPatch
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Apple

[JsonPropertyName("apple")]
public Optional<NativeSocialLoginApplePatch?> Apple { get; set; }

Property Value

Optional<NativeSocialLoginApplePatch>

Facebook

[JsonPropertyName("facebook")]
public Optional<NativeSocialLoginFacebookPatch?> Facebook { get; set; }

Property Value

Optional<NativeSocialLoginFacebookPatch>

Google

[JsonPropertyName("google")]
public Optional<NativeSocialLoginGooglePatch?> Google { get; set; }

Property Value

Optional<NativeSocialLoginGooglePatch>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.