UNPKG

convex

Version:

Client for the Convex Cloud

13 lines (12 loc) 304 B
"use strict"; import { performAsyncSyscall } from "./syscall.js"; export function setupAuth(requestId) { return { getUserIdentity: async () => { return await performAsyncSyscall("1.0/getUserIdentity", { requestId }); } }; } //# sourceMappingURL=authentication_impl.js.map