@veraid/kliento
    Preparing search index...

    Interface TokenBundleVerificationOptions

    Options for verifying a token bundle.

    interface TokenBundleVerificationOptions {
        date: Date;
        trustAnchors: readonly TrustAnchor[];
    }
    Index

    Properties

    Properties

    date: Date

    The date against which to verify the token bundle.

    trustAnchors: readonly TrustAnchor[]

    The DNSSEC trust anchors against which to verify the token bundle.