@opentdf/sdk
    Preparing search index...

    Type Alias AssertionKey

    type AssertionKey = {
        alg: AssertionKeyAlg;
        key: CryptoKey | Uint8Array;
    }
    Index

    Properties

    Properties

    key: CryptoKey | Uint8Array