Skip to main content
useSignupIdentifiers()
Returns a list of enabled identifiers (email, phone, or username), each with its required status, based on the current screen’s signup identifiers.

Returns

[] | Identifier[]An array of Identifier objects, where each contains a type (identifier type) and a required flag indicating whether it is mandatory for signup.

Supported Screens

  • signup
  • signup-id
Example