@qualithm/kafka-client - v0.1.6
    Preparing search index...

    Type Alias ExpireDelegationTokenRequest

    ExpireDelegationToken request payload.

    type ExpireDelegationTokenRequest = {
        expiryTimePeriodMs: bigint;
        hmac: Uint8Array;
        taggedFields?: readonly TaggedField[];
    }
    Index

    Properties

    expiryTimePeriodMs: bigint

    Expiry time period in milliseconds. Negative value expires immediately.

    The HMAC of the delegation token.

    taggedFields?: readonly TaggedField[]

    Tagged fields (v2+).