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

    Interface ScreenMembersOnMfaWebAuthnChangeKeyNickname

    ScreenMembersOnMfaWebAuthnChangeKeyNickname

    interface ScreenMembersOnMfaWebAuthnChangeKeyNickname {
        captcha: Classes.CaptchaContext | null;
        captchaImage: string | null;
        captchaProvider: string | null;
        captchaSiteKey: string | null;
        data: { nickname: string } | 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 } | null

    Screen-specific data.

    Type Declaration

    • { nickname: string }
      • nickname: string

        The current nickname of the WebAuthn security key that the user is about to change. This value should be displayed to the user for context.

        "My YubiKey"
        
        "Work Security Key"
        
    • null
    isCaptchaAvailable: boolean
    links: Record<string, string> | null
    name: string
    texts: Record<string, string> | null