Class ConnectionAuthenticationMethods
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Options for enabling authentication methods.
[Serializable]
public record ConnectionAuthenticationMethods : IJsonOnDeserialized, IEquatable<ConnectionAuthenticationMethods>
- Inheritance
-
ConnectionAuthenticationMethods
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
EmailOtp
[JsonPropertyName("email_otp")]
public ConnectionEmailOtpAuthenticationMethod? EmailOtp { get; set; }
Property Value
Passkey
[JsonPropertyName("passkey")]
public ConnectionPasskeyAuthenticationMethod? Passkey { get; set; }
Property Value
Password
[JsonPropertyName("password")]
public ConnectionPasswordAuthenticationMethod? Password { get; set; }
Property Value
PhoneOtp
[JsonPropertyName("phone_otp")]
public ConnectionPhoneOtpAuthenticationMethod? PhoneOtp { 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.