UNPKG

better-auth

Version:

The most comprehensive authentication framework for TypeScript.

11 lines (10 loc) 233 B
//#region src/plugins/generic-oauth/client.ts const genericOAuthClient = () => { return { id: "generic-oauth-client", $InferServerPlugin: {} }; }; //#endregion export { genericOAuthClient }; //# sourceMappingURL=client.mjs.map