Type alias KeyPairJWK

KeyPairJWK: {
    privateKey: PrivateKeyJWK;
    publicKey: PublicKeyJWK;
}

KeyPair JWK

Type declaration

Generated using TypeDoc