UNPKG

@mcma/client

Version:

Node module with classes and functions used to access services in an MCMA environment

8 lines (7 loc) 307 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getApiKeySecretId = getApiKeySecretId; const core_1 = require("@mcma/core"); function getApiKeySecretId(configVariables = core_1.ConfigVariables.getInstance()) { return configVariables.get("MCMA_API_KEY_SECRET_ID"); }