Skip to main content
メールアドレスによるチャレンジを続行するためのオプション
Example
export interface ContinueOptions {
  /** ユーザーが入力したcode */
  code: string;
  /** デバイスを記憶するかどうかを示す */
  rememberDevice?: boolean;
  /** 追加のカスタムオプション */
  [key: string]: string | number | boolean | undefined;
}

プロパティ

code
string
ユーザーが入力した code
rememberDevice?
boolean
デバイスを記憶するかどうか