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.

A string union type representing the valid methods for identifying a user during authentication. Used to constrain identifier inputs to one of three specific values.
type IdentifierType = "phone" | "email" | "username";

Values

"phone"
IdentifierType
A phone number identifier.
"email"
IdentifierType
An email address identifier.
"username"
IdentifierType
A username identifier.