@auth0/auth0-acul-js - v0.1.0-beta.7
    Preparing search index...

    Class Signup

    Hierarchy

    • BaseContext
      • Signup

    Implements

    Index

    Constructors

    Properties

    screenIdentifier: string = ScreenIds.SIGNUP

    Methods

    • Retrieves the array of transaction errors from the context, or an empty array if none exist.

      Returns Classes.Error[]

      An array of error objects from the transaction context.

    • Returns Promise<void>

      import Signup from "@auth0/auth0-acul-js/signup";
      const signupManager = new Signup();

      signupManager.pickCountryCode();