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

Scram

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

Details for SASL/SCRAM client authentication.

interface Scram {
Enabled?: boolean | null;
}

§Properties

§
Enabled?: boolean | null
[src]

SASL/SCRAM authentication is enabled or not.