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 MfaVoiceChallengeContinueOptions { /** * 音声通話で受け取った確認コード。 */ code: string; /** * デバイスを30日間記憶し、今後のMFAチャレンジをスキップするためのオプションフラグ。 */ rememberDevice?: boolean; /** * リクエストと共に渡す追加のカスタムオプション。 */ [key: string]: string | number | boolean | undefined; }