/opt/canhelp/node_modules/better-auth/dist/plugins/jwt
Edit: /opt/canhelp/node_modules/better-auth/dist/plugins/jwt/verify.d.mts (458B)
import { JwtOptions } from "./types.mjs";
import { JWTPayload } from "jose";
//#region src/plugins/jwt/verify.d.ts
/**
* Verify a JWT token using the JWKS public keys
* Returns the payload if valid, null otherwise
*/
declare function verifyJWT
(token: string, options?: JwtOptions): Promise<(T & Required>) | null>;
//#endregion
export { verifyJWT };
//# sourceMappingURL=verify.d.mts.map