JWK
import type { JWK } from "https://esm.sh/@supabase/supabase-js@2.89.0/dist/index.d.mts";interface JWK {
[key: string]: any;
alg?: string;
key_ops: string[];
kid?: string;
kty: "RSA" | "EC" | "oct";
}import type { JWK } from "https://esm.sh/@supabase/supabase-js@2.89.0/dist/index.d.mts";