UNPKG

@cocalc/server

Version:

CoCalc server functionality: functions used by either the hub and the next.js server

6 lines (5 loc) 285 B
import { StrategyConf } from "@cocalc/server/auth/sso/types"; export declare const GoogleStrategyConf: StrategyConf; export declare const GithubStrategyConf: StrategyConf; export declare const FacebookStrategyConf: StrategyConf; export declare const TwitterStrategyConf: StrategyConf;