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
A phone number identifier.
An email address identifier.