Skip to main content
Payload for the continue() method on ResetPasswordMfaVoiceChallengeMembers.
Example
export interface ContinueOptions extends CustomOptions {
  /**
   * The OTP code entered by the user.
   */
  code: string;
}

Properties

code
string
The OTP code entered by the user.