better-auth
Version:
The most comprehensive authentication framework for TypeScript.
1 lines • 592 B
Source Map (JSON)
{"version":3,"file":"client.mjs","names":[],"sources":["../../../src/plugins/oidc-provider/client.ts"],"sourcesContent":["import type { BetterAuthClientPlugin } from \"@better-auth/core\";\nimport type { oidcProvider } from \".\";\n\nexport const oidcClient = () => {\n\treturn {\n\t\tid: \"oidc-client\",\n\t\t$InferServerPlugin: {} as ReturnType<typeof oidcProvider>,\n\t} satisfies BetterAuthClientPlugin;\n};\n\nexport type OidcClientPlugin = ReturnType<typeof oidcClient>;\n\nexport type * from \"./types\";\n"],"mappings":";AAGA,MAAa,mBAAmB;AAC/B,QAAO;EACN,IAAI;EACJ,oBAAoB,EAAE;EACtB"}