UNPKG

@cocalc/hub

Version:
5 lines (4 loc) 312 B
import type { PostgreSQL } from "@cocalc/database/postgres/types"; import { PassportStrategyDB } from "@cocalc/server/auth/sso/types"; export declare function have_active_registration_tokens(db: PostgreSQL): Promise<boolean>; export declare function get_passports(db: PostgreSQL): Promise<PassportStrategyDB[]>;