UNPKG

@cocalc/server

Version:

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

12 lines (11 loc) 375 B
import { Strategy } from "@cocalc/util/types/sso"; /** Returns an array of public info about strategies. * Cached a bit so safe to call a lot. */ export default function getStrategies(): Promise<Strategy[]>; export declare const COLORS: { readonly github: "#000000"; readonly facebook: "#428bca"; readonly google: "#dc4857"; readonly twitter: "#55acee"; };