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

    Interface MfaWebAuthnChangeKeyNicknameContinueOptions

    ContinueOptions

    interface MfaWebAuthnChangeKeyNicknameContinueOptions {
        nickname: string;
        [key: string]: undefined | string | number | boolean;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: undefined | string | number | boolean
    Index

    Properties

    Properties

    nickname: string

    The new nickname for the WebAuthn security key. This is the value entered by the user in the input field. It must adhere to length and character constraints defined by the server.