UNPKG

node-sp-auth-config

Version:

Config options builder for node-sp-auth (SharePoint Authentication in Node.js)

6 lines (5 loc) 156 B
export interface IAuthEnvProps { [key: string]: string; custom?: any; } export declare const getConfigFromEnvVariables: () => IAuthEnvProps | null;