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

ServerlessClientAuthentication

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

Includes all client authentication information.

interface ServerlessClientAuthentication {
Sasl?: ServerlessSasl | null;
}

§Properties

§
Sasl?: ServerlessSasl | null
[src]

Details for ClientAuthentication using SASL.