UNPKG

@mcma/client

Version:

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

6 lines (5 loc) 147 B
import { Authenticator } from "./authenticator"; export interface AuthTypeRegistration { authType: string; authenticator: Authenticator; }