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
Apple
[JsonPropertyName("apple")]
public Optional<NativeSocialLoginApplePatch?> Apple { get; set; }
Property Value
[JsonPropertyName("facebook")]
public Optional<NativeSocialLoginFacebookPatch?> Facebook { get; set; }
Property Value
[JsonPropertyName("google")]
public Optional<NativeSocialLoginGooglePatch?> 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.