UNPKG

convex

Version:

Client for the Convex Cloud

4 lines 385 B
import { Context } from "./context.js"; export declare function checkAuthorization(ctx: Context): Promise<boolean>; export declare function performLogin(ctx: Context, overrideAuthUrl?: string, overrideAuthClient?: string, overrideAuthUsername?: string, overrideAuthPassword?: string, open?: boolean, deviceNameOverride?: string): Promise<undefined>; //# sourceMappingURL=login.d.ts.map