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;
}

Indexable

[key: string]: string | number | boolean | undefined

Properties

code
string
The OTP code entered by the user.