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

    Interface GetHookRequestParameters

    {
    * fields: "fields"
    * }
    interface GetHookRequestParameters {
        fields?: string | null;
    }
    Index

    Properties

    Properties

    fields?: string | null

    Comma-separated list of fields to include in the result. Leave empty to retrieve all fields.