Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
import MfaCountryCodes from '@auth0/auth0-acul-js/mfa-country-codes'; const mfaCountryCodes = new MfaCountryCodes(); // 利用可能な国コードと電話番号のプレフィックスを取得 const { screen } = mfaCountryCodes; const { phone_prefixes } = screen.data const {country_code, phone_prefix} = phone_prefixes[0] await mfaCountryCodes.selectCountryCode({ country_code: 'US', phone_prefix: '+1', });
import MfaCountryCodes from '@auth0/auth0-acul-js/mfa-country-codes'; const mfaCountryCodes = new MfaCountryCodes(); await mfaCountryCodes.goBack();
表示 パラメーター
import MfaCountryCodes from '@auth0/auth0-acul-js/mfa-country-codes'; const mfaCountryCodes = new MfaCountryCodes(); // 利用可能な国コードと電話番号プレフィックスを取得 const { screen } = mfaCountryCodes; const { phone_prefixes } = screen.data const {country_code, phone_prefix} = phone_prefixes[0] await mfaCountryCodes.selectCountryCode({ country_code: 'US', phone_prefix: '+1', });