@auth0/auth0-acul-js - v0.1.0-beta.9
    Preparing search index...

    Interface ScreenMembersOnMfaWebAuthnEnrollmentSuccess

    ScreenMembersOnMfaWebAuthnEnrollmentSuccess

    interface ScreenMembersOnMfaWebAuthnEnrollmentSuccess {
        captcha: Classes.CaptchaContext | null;
        captchaImage: string | null;
        captchaProvider: string | null;
        captchaSiteKey: string | null;
        data: { nickname: string; webauthnType: Classes.WebAuthnType } | null;
        isCaptchaAvailable: boolean;
        links: Record<string, string> | null;
        name: string;
        texts: Record<string, string> | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    captcha: Classes.CaptchaContext | null
    captchaImage: string | null
    captchaProvider: string | null
    captchaSiteKey: string | null
    data: { nickname: string; webauthnType: Classes.WebAuthnType } | null

    Screen-specific data.

    Type Declaration

    • { nickname: string; webauthnType: Classes.WebAuthnType }
      • nickname: string

        The nickname that the user (or system) assigned to the newly enrolled WebAuthn authenticator. This helps the user identify the authenticator later.

        "YubiKey 5"
        
        "My Laptop's Touch ID"
        
      • webauthnType: Classes.WebAuthnType

        The type of WebAuthn authenticator that was successfully enrolled.

        • 'webauthn-roaming': Indicates a roaming authenticator like a USB security key.
        • 'webauthn-platform': Indicates a platform authenticator like Touch ID or Windows Hello.
    • null
    isCaptchaAvailable: boolean
    links: Record<string, string> | null
    name: string
    texts: Record<string, string> | null