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

    Class Signup

    Hierarchy

    • BaseContext
      • Signup

    Implements

    Index

    Constructors

    Properties

    screenIdentifier: string = ScreenIds.SIGNUP

    Methods

    • Returns Promise<void>

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

      signupManager.pickCountryCode();
    • Handles the submission of the social signup form.

      Parameters

      Returns Promise<void>

      This method is similar to the signup method but is used for social signups.

      import Signup from '@auth0/auth0-acul-js/signup';

      const signupManager = new Signup();

      signupManager.socialSignup({
      connection: 'google-oauth2'
      });