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

    Type Alias KeyPair

    type KeyPair = {
        privateKey: KeyLike;
        publicKey: JWK;
    }
    Index

    Properties

    privateKey: KeyLike
    publicKey: JWK