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 ScreenMembersOnMfaSmsChallenge extends ScreenMembers { data: { /** * SMSが送信された電話番号 */ phoneNumber?: string; /** * デバイスを記憶するオプションを表示するかどうか */ showRememberDevice?: boolean; /** * 音声通話認証に切り替えるリンクを表示するかどうか */ showLinkVoice?: boolean; } | null; }
phoneNumber?
string
showLinkVoice?
boolean
showRememberDevice?
null