UNPKG

node-sp-auth-config

Version:

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

4 lines (3 loc) 168 B
import { IStrategyDictItem } from '../interfaces'; export declare const getTargetsTypes: () => string[]; export declare const getStrategies: () => IStrategyDictItem[];