Use this file to discover all available pages before exploring further.
Email OTP チャレンジ画面を表します。
Example
import EmailOTPChallenge from '@auth0/auth0-acul-js/email-otp-challenge';const emailOTPChallenge = new EmailOTPChallenge();emailOTPChallenge.submitCode({ code: '123456',});
import EmailOTPChallenge from '@auth0/auth0-acul-js/email-otp-challenge';const emailOTPChallenge = new EmailOTPChallenge();emailOTPChallenge.resendCode();
import EmailOTPChallenge from '@auth0/auth0-acul-js/email-otp-challenge';const emailOTPChallenge = new EmailOTPChallenge();emailOTPChallenge.submitCode({ code: '123456',});