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

    Type Alias DescribedTokenRenewer

    A principal allowed to renew a delegation token.

    type DescribedTokenRenewer = {
        principalName: string;
        principalType: string;
        taggedFields: readonly TaggedField[];
    }
    Index

    Properties

    principalName: string

    The name of the principal.

    principalType: string

    The type of principal.

    taggedFields: readonly TaggedField[]

    Tagged fields (v2+).