Skip to main content
ResetPasswordMfaVoiceChallengeMembers の continue() メソッドに渡すペイロード。
Example
export interface ContinueOptions extends CustomOptions {
  /**
   * ユーザーが入力したOTP コード。
   */
  code: string;
}

プロパティ

code
string
ユーザーが入力する OTP コード。