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 MfaPushListMembers extends BaseMembers { /** * リストから登録済みデバイスを選択して、MFAプッシュを開始します。 * @param payload デバイスのインデックスを含むオプション。 */ selectMfaPushDevice(payload: SelectMfaPushDeviceOptions): Promise<void>; /** * 前の画面に戻ります。 * @param payload requestに含める任意のカスタムオプション。 */ goBack(payload?: CustomOptions): Promise<void>; }
Show パラメーター