Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ClientAuthentication

import type { ClientAuthentication } from "https://aws-api.deno.dev/v0.4/services/kafka.ts?docs=full";

Includes all client authentication information.

interface ClientAuthentication {
Sasl?: Sasl | null;
Tls?: Tls | null;
Unauthenticated?: Unauthenticated | null;
}

§Properties

§
Sasl?: Sasl | null
[src]

Details for ClientAuthentication using SASL.

§
Tls?: Tls | null
[src]

Details for ClientAuthentication using TLS.

§
Unauthenticated?: Unauthenticated | null
[src]

Contains information about unauthenticated traffic to the cluster.