Static
Optional
import EmailIdentifierChallenge from '@auth0/auth0-acul-js/email-identifier-challenge';const emailIdentifierChallenge = new EmailIdentifierChallenge();emailIdentifierChallenge.resendCode(); Copy
import EmailIdentifierChallenge from '@auth0/auth0-acul-js/email-identifier-challenge';const emailIdentifierChallenge = new EmailIdentifierChallenge();emailIdentifierChallenge.resendCode();
import EmailIdentifierChallenge from '@auth0/auth0-acul-js/email-identifier-challenge';const emailIdentifierChallenge = new EmailIdentifierChallenge();emailIdentifierChallenge.returnToPrevious(); Copy
import EmailIdentifierChallenge from '@auth0/auth0-acul-js/email-identifier-challenge';const emailIdentifierChallenge = new EmailIdentifierChallenge();emailIdentifierChallenge.returnToPrevious();
import EmailIdentifierChallenge from '@auth0/auth0-acul-js/email-identifier-challenge';const emailIdentifierChallenge = new EmailIdentifierChallenge();emailIdentifierChallenge.submitEmailChallenge({ code: "<string>"}); Copy
import EmailIdentifierChallenge from '@auth0/auth0-acul-js/email-identifier-challenge';const emailIdentifierChallenge = new EmailIdentifierChallenge();emailIdentifierChallenge.submitEmailChallenge({ code: "<string>"});
Example