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

    Interface ScreenMembersOnMfaWebAuthnEnrollmentSuccess

    ScreenMembersOnMfaWebAuthnEnrollmentSuccess

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

    Hierarchy (View Summary)

    Index

    Properties

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

    Screen-specific data.

    Type declaration

    • null
    • { 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.
    isCaptchaAvailable: boolean
    links: null | Record<string, string>
    name: string
    texts: null | Record<string, string>