UNPKG

@kwiz/node

Version:

KWIZ utilities and helpers for node applications

6 lines (5 loc) 381 B
import { AuthContextType, ITenantInfo } from "@kwiz/common"; /** "https://graph.microsoft.com" */ export declare const graphScope = "https://graph.microsoft.com"; export declare function ConfigureGraphAuth(config?: AuthContextType): void; export declare function getAxiosConfigGraph(tenantInfo: ITenantInfo, clearCache?: boolean): Promise<import("axios").AxiosRequestConfig<any>>;