/opt/canhelp/node_modules/better-auth/dist/plugins/jwt
NameSizeModeActions
adapter.mjs9150644editdlrm
adapter.mjs.map22250644editdlrm
client.d.mts10180644editdlrm
client.mjs4520644editdlrm
client.mjs.map13050644editdlrm
index.d.mts67920644editdlrm
index.mjs70680644editdlrm
index.mjs.map158510644editdlrm
schema.d.mts4720644editdlrm
schema.mjs3550644editdlrm
schema.mjs.map8250644editdlrm
sign.d.mts17070644editdlrm
sign.mjs27260644editdlrm
sign.mjs.map65610644editdlrm
types.d.mts59520644editdlrm
utils.d.mts12720644editdlrm
utils.mjs21400644editdlrm
utils.mjs.map38760644editdlrm
verify.d.mts4580644editdlrm
verify.mjs17010644editdlrm
verify.mjs.map33810644editdlrm
Edit: /opt/canhelp/node_modules/better-auth/dist/plugins/jwt/client.d.mts (1018B)
import { JWKOptions, JWSAlgorithms, Jwk, JwtOptions } from "./types.mjs"; import { jwt } from "./index.mjs"; import { JSONWebKeySet } from "jose"; import * as _better_fetch_fetch0 from "@better-fetch/fetch"; //#region src/plugins/jwt/client.d.ts interface JwtClientOptions { jwks?: { /** * The path of the endpoint exposing the JWKS. * Must match the server configuration. * * @default /jwks */ jwksPath?: string; }; } declare const jwtClient: (options?: JwtClientOptions) => { id: "better-auth-client"; $InferServerPlugin: ReturnType; pathMethods: { [x: string]: "GET"; }; getActions: ($fetch: _better_fetch_fetch0.BetterFetch) => { jwks: (fetchOptions?: any) => Promise<{ data: null; error: { message?: string | undefined; status: number; statusText: string; }; } | { data: JSONWebKeySet; error: null; }>; }; }; //#endregion export { jwtClient }; //# sourceMappingURL=client.d.mts.map