Skip to main content
mfa-webauthn-roaming-enrollment 画面固有のデータ用インターフェース。
Example
export interface ScreenMembersOnMfaWebAuthnRoamingEnrollment extends ScreenMembers {
  webauthnType: string | null;
  publicKey: PasskeyCreate['public_key'] | null;
}

プロパティ

captchaImage
string
captchaProvider
string
captchaSiteKey
string
isCaptchaAvailable
boolean
name
string
publicKey
authenticatorSelection
texts
Record
webauthnType
string