Skip to main content
OTP チャレンジを続行する際のオプション。
Example
export interface ContinueOptions {
  /** ユーザーが入力したcode。 */
  code: string;
  /** 追加のカスタムオプション */
  [key: string]: string | number | boolean | undefined;
}

プロパティ

code
string
ユーザーが入力するcode。