UNPKG

better-auth

Version:

The most comprehensive authentication framework for TypeScript.

11 lines (10 loc) 228 B
//#region src/plugins/one-time-token/client.ts const oneTimeTokenClient = () => { return { id: "one-time-token", $InferServerPlugin: {} }; }; //#endregion export { oneTimeTokenClient }; //# sourceMappingURL=client.mjs.map