UNPKG

better-auth

Version:

The most comprehensive authentication framework for TypeScript.

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