Class Prompt
- Namespace
- Auth0.Management
Api .Models.Prompts
- Assembly
- Auth0.ManagementApi.dll
Represents Prompt Settings.
- Inheritance
-
Prompt
- Derived
- Inherited Members
Properties
IdentifierFirst
Whether identifier first is enabled or not.
Property Value
UniversalLoginExperience
Which login experience to use. Can be new or classic
Property Value
WebAuthnPlatformFirstFactor
Use WebAuthn with Device Biometrics as the first authentication factor
[JsonProperty("webauthn_platform_first_factor")]
public bool WebAuthnPlatformFirstFactor { get; set; }