UNPKG

@cocalc/server

Version:

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

6 lines (5 loc) 184 B
import { Profile } from "passport"; import { PassportTypes } from "./types"; export declare function parseOpenIdProfile(type: PassportTypes, json: any): Profile & { _json: any; };