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

    Interface ScreenMembersOnMfaWebAuthnChangeKeyNickname

    ScreenMembersOnMfaWebAuthnChangeKeyNickname

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

    Screen-specific data.

    Type declaration

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