Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Interface ActionModuleSecretRequest

    interface ActionModuleSecretRequest {
        name: string;
        value: string;
    }
    Index
    name: string

    The name of the secret.

    value: string

    The value of the secret.