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 ResetPasswordMfaOtpChallengeMembers extends BaseMembers { /** * 指定されたコードを使用してOTP チャレンジを続行します。 * @param payload コードを含むオプション。 */ continue(payload: ContinueOptions): Promise<void>; /** * ユーザーが別のMFA方式を試せるようにします。 * @param payload リクエストに含めるカスタムオプション(任意)。 */ tryAnotherMethod(payload?: TryAnotherMethodOptions): Promise<void>; }
Show パラメータ