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.
export interface ScreenMembersOnMfaVoiceChallenge extends ScreenMembers { /** * MFA音声チャレンジに固有の追加画面データ。 */ data: { /** * 音声コードの送信先電話番号。 */ phoneNumber?: string; /** * デバイスを記憶するオプションを表示するかどうか。 */ showRememberDevice?: boolean; /** * SMS認証に切り替えるリンクを表示するかどうか。 */ showLinkSms?: boolean; } | null; }
phoneNumber?
string
showLinkSms?
boolean
showRememberDevice?
null