UNPKG

@kwiz/node

Version:

KWIZ utilities and helpers for node applications

4 lines (3 loc) 300 B
import { AuthContextType, ITenantInfo } from "@kwiz/common"; export declare function ConfigureSPOAuth(config?: AuthContextType): void; export declare function getAxiosConfigSharePoint(tenantInfo: ITenantInfo, hostName: string, clearCache?: boolean): Promise<import("axios").AxiosRequestConfig<any>>;