UNPKG

@mcma/client

Version:

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

11 lines (10 loc) 373 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.mcmaApiKeyAuth = mcmaApiKeyAuth; const mcma_api_key_authenticator_1 = require("./mcma-api-key-authenticator"); function mcmaApiKeyAuth(config) { return { authType: "McmaApiKey", authenticator: new mcma_api_key_authenticator_1.McmaApiKeyAuthenticator(config), }; }