UNPKG

@kwiz/node

Version:

KWIZ utilities and helpers for node applications

4 lines (3 loc) 272 B
import { AuthContextType, ITenantInfo } from "@kwiz/common"; /** client secret not supported by SharePoint, must use certificate */ export declare function GetMSALToken(tenantInfo: ITenantInfo, scope: string, auth: AuthContextType, clearCache?: boolean): Promise<string>;