UNPKG

wa-chat-server

Version:

Watson Assistant powered chat server

5 lines (4 loc) 185 B
import { ConfidentialClientApplication } from '@azure/msal-node'; export interface IAuthenticationContextConstructor { new (...params: Array<any>): ConfidentialClientApplication; }