node-jwt
    Preparing search index...

    Function fromWeb

    • Parameters

      • url: string | URL
      • options: Partial<
            {
                cache: {
                    get: (key: string) => JWKS | undefined | Promise<JWKS | undefined>;
                    set: (key: string, value: JWKS) => void | Promise<void>;
                };
                endpointOverride: string;
                fetch: typeof fetch;
                overrideEndpointCheck: boolean;
                timeoutMs: number;
                ttl: number;
            },
        > = {}

      Returns Promise<JWKSResolver>