Table of Contents

Class Prompt

Namespace
Auth0.ManagementApi.Models.Prompts
Assembly
Auth0.ManagementApi.dll

Represents Prompt Settings.

public class Prompt
Inheritance
Prompt
Derived
Inherited Members

Properties

IdentifierFirst

Whether identifier first is enabled or not.

[JsonProperty("identifier_first")]
public bool IdentifierFirst { get; set; }

Property Value

bool

UniversalLoginExperience

Which login experience to use. Can be new or classic

[JsonProperty("universal_login_experience")]
public string UniversalLoginExperience { get; set; }

Property Value

string

WebAuthnPlatformFirstFactor

Use WebAuthn with Device Biometrics as the first authentication factor

[JsonProperty("webauthn_platform_first_factor")]
public bool WebAuthnPlatformFirstFactor { get; set; }

Property Value

bool