Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface UpdateHookRequestContent

    {}
    
    interface UpdateHookRequestContent {
        name?: string;
        script?: string;
        enabled?: boolean;
        dependencies?: HookDependencies;
    }
    Index

    Properties

    name?: string

    Name of this hook.

    script?: string

    Code to be executed when this hook runs.

    enabled?: boolean

    Whether this hook will be executed (true) or ignored (false).

    dependencies?: HookDependencies