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

    Type Alias Jwks

    A JSON data structure holding a list of JWK.

    type Jwks = {
        keys: Jwk[];
    }
    Index

    Properties

    Properties

    keys: Jwk[]