constructor()

in src/index.ts [26:32]


  constructor(config: EngineConfig) {
    this.config = config;
    this.keyMap = new Map<string, string>();

    this.asmClient = new SecretsManager(this.config.asmClientConfig);
    this.cryptoClient = new CryptoClient(this.config.cryptoConfig);
  }