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

    Type Alias SaslAuthenticateRequest

    SaslAuthenticate request payload.

    type SaslAuthenticateRequest = {
        authBytes: Uint8Array;
        taggedFields?: readonly TaggedField[];
    }
    Index

    Properties

    authBytes: Uint8Array

    The SASL authentication bytes (mechanism-specific).

    taggedFields?: readonly TaggedField[]

    Tagged fields (v2+).