better-auth
Version:
The most comprehensive authentication framework for TypeScript.
10 lines (9 loc) • 320 B
text/typescript
import { OneTimeTokenOptions, oneTimeToken } from "./index.mjs";
//#region src/plugins/one-time-token/client.d.ts
declare const oneTimeTokenClient: () => {
id: "one-time-token";
$InferServerPlugin: ReturnType<typeof oneTimeToken>;
};
//#endregion
export { oneTimeTokenClient };
//# sourceMappingURL=client.d.mts.map