UNPKG

@cocalc/server

Version:

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

3 lines (2 loc) 139 B
import { PassportLoginOpts } from "@cocalc/server/auth/sso/types"; export declare function sanitizeProfile(opts: PassportLoginOpts): void;