Table of Contents

Class ConnectionOptionsPasskeyOptions

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

Options for the passkey authentication method

public class ConnectionOptionsPasskeyOptions
Inheritance
ConnectionOptionsPasskeyOptions
Inherited Members

Properties

ChallengeUi

Controls the UI used to challenge the user for their passkey.

[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("challenge_ui")]
public ChallengeUi ChallengeUi { get; set; }

Property Value

ChallengeUi

LocalEnrollmentEnabled

Enables or disables enrollment prompt for local passkey when user authenticates using a cross-device passkey for the connection.

[JsonProperty("local_enrollment_enabled")]
public bool? LocalEnrollmentEnabled { get; set; }

Property Value

bool?

ProgressiveEnrollmentEnabled

Enables or disables progressive enrollment of passkeys for the connection.

[JsonProperty("progressive_enrollment_enabled")]
public bool? ProgressiveEnrollmentEnabled { get; set; }

Property Value

bool?