Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs-staging.auth0-mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

ScreenIdentifierType
email | phone | username
Represents the types of user identifiers that can be used during signup.
  • 'email': The user will provide an email address.
  • 'phone': The user will provide a phone number.
  • 'username': The user will choose a username.
This type is typically used in identity selection or signup flows to define which identifiers are enabled and how they behave.
Example
const type: IdentifierType = 'email';