@inrupt/solid-client
    Preparing search index...

    Function addJwkToJwks

    • Fetch a JWKS at a given IRI, and add the given JWK to the obtained key set.

      Parameters

      • jwk: Jwk

        The JWK to add to the set.

      • jwksIri: string

        The IRI where the key set should be looked up.

      • Optionaloptions: { fetch?: (input: URL | RequestInfo, init?: RequestInit) => Promise<Response> }
        • Optionalfetch?: (input: URL | RequestInfo, init?: RequestInit) => Promise<Response>

      Returns Promise<Jwks>

      Promise resolving to a JWKS where the given key has been added.

      1.12.0