UNPKG

@mcma/client

Version:

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

4 lines (3 loc) 252 B
import { AuthTypeRegistration } from "../auth-type-registration"; import { McmaApiKeyAuthenticatorConfig } from "./mcma-api-key-authenticator-config"; export declare function mcmaApiKeyAuth(config: McmaApiKeyAuthenticatorConfig): AuthTypeRegistration;