Table of Contents

Class ConnectionOptionsAuthenticationMethods

Namespace
Auth0.ManagementApi.Models.Connections
Assembly
Auth0.ManagementApi.dll

Options for enabling authentication methods.

public class ConnectionOptionsAuthenticationMethods
Inheritance
ConnectionOptionsAuthenticationMethods
Inherited Members

Properties

Passkey

Passkey authentication enablement

[JsonProperty("passkey")]
public ConnectionOptionsPasskeyAuthenticationMethod Passkey { get; set; }

Property Value

ConnectionOptionsPasskeyAuthenticationMethod

Password

Password authentication enablement

[JsonProperty("password")]
public ConnectionOptionsPasswordAuthenticationMethod Password { get; set; }

Property Value

ConnectionOptionsPasswordAuthenticationMethod