Auth0 Universal Components
    Preparing search index...

    Interface UserPasskeyMgmtProps

    interface UserPasskeyMgmtProps {
        addAction?: ComponentAction<void, void>;
        customMessages?: Partial<PasskeyMessages>;
        hideHeader?: boolean;
        isLoading?: boolean;
        onErrorAction?: (error: Error, action: "add" | "revoke") => void;
        onFetch?: () => void;
        readOnly?: boolean;
        revokeAction?: ComponentAction<Passkey, void>;
        schema?: object;
        styling?: ComponentStyling<UserPasskeyMgmtClasses>;
    }

    Hierarchy

    Index

    Properties

    addAction?: ComponentAction<void, void>
    customMessages?: Partial<PasskeyMessages>
    hideHeader?: boolean
    isLoading?: boolean
    onErrorAction?: (error: Error, action: "add" | "revoke") => void
    onFetch?: () => void
    readOnly?: boolean
    revokeAction?: ComponentAction<Passkey, void>
    schema?: object
    styling?: ComponentStyling<UserPasskeyMgmtClasses>