type KeyPair = { privateKey: CryptoKey | KeyObject | JWK | Uint8Array; publicKeyBase64: string; };
privateKey
CryptoKey
KeyObject
JWK
Uint8Array
publicKeyBase64
string
Was this page helpful?