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

    Interface ActionModuleSecretRequest

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

    Properties

    Properties

    name: string

    The name of the secret.

    value: string

    The value of the secret.