Skip to main content
ScreenMembersOnMfaEnrollResult
Example
export interface ScreenMembersOnMfaEnrollResult extends ScreenMembers {
  /**
   * MFA登録のステータスを含む画面固有のデータ。
   * @type {{ status: string; } | null}
   */
  data: {
    /**
     * MFA登録プロセスのステータス。
     * 指定可能な値には "success"、"failure"、またはその他の固有のステータスコードが含まれる場合があります。
     * このステータスを使用して、ユーザーに適切なメッセージを表示できます。
     * @type {string}
     */
    status: string;
  } | null;
}

プロパティ

captchaImage
string
captchaProvider
string
captchaSiteKey
string
data
status
画面固有のデータです。

型宣言

{ status: string; }

status

MFA 登録プロセスのステータスです。 指定可能な値には、“success”、“failure”、またはその他の特定のステータスコードがあります。 このステータスは、ユーザーに適切なメッセージを表示するために使用できます。null
isCaptchaAvailable
boolean
name
string
texts
Record