メインコンテンツへスキップ
PhoneIdentifierEnrollment
Example
import PhoneIdentifierEnrollment from '@auth0/auth0-acul-js/phone-identifier-enrollment';
const phoneIdentifierEnrollment = new PhoneIdentifierEnrollment();
phoneIdentifierChallenge.continuePhoneEnrollment({
    type: "<text' | 'voice>"
});

コンストラクター

PhoneIdentifierEnrollment
Constructor

プロパティ

branding
client
organization
prompt
screen
tenant
transaction
untrustedData
user
screenIdentifier
string

メソッド

continuePhoneEnrollment
Promise<void>
Example
import PhoneIdentifierEnrollment from '@auth0/auth0-acul-js/phone-identifier-enrollment';

const phoneIdentifierEnrollment = new PhoneIdentifierEnrollment();
phoneIdentifierChallenge.continuePhoneEnrollment({
    type: "<text' | 'voice>"
});
getErrors
コンテキストからトランザクションのエラー配列を取得し、存在しない場合は空の配列を返します。トランザクションコンテキストから取得した Error オブジェクトの配列です。
returnToPrevious
Promise<void>
Example
import PhoneIdentifierEnrollment from '@auth0/auth0-acul-js/phone-identifier-enrollment';

const phoneIdentifierEnrollment = new PhoneIdentifierEnrollment();
phoneIdentifierChallenge.returnToPrevious();