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

BasicEncryption

import type { BasicEncryption } from "https://googleapis.deno.dev/v1/datastream:v1.ts";

Message to represent the option where Datastream will enforce encryption without authenticating server identity. Server certificates will be trusted by default.

interface BasicEncryption {}