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
UniversalLoginExperience
Which login experience to use. Can be new or classic
[JsonProperty("universal_login_experience")]
public string UniversalLoginExperience { get; set; }
Property Value
WebAuthnPlatformFirstFactor
Use WebAuthn with Device Biometrics as the first authentication factor
[JsonProperty("webauthn_platform_first_factor")]
public bool WebAuthnPlatformFirstFactor { get; set; }