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

AuthenticationConfiguration

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

Provides the configuration information to connect to websites that require user authentication.

interface AuthenticationConfiguration {
BasicAuthentication?: BasicAuthenticationConfiguration[] | null;
}

§Properties

§
BasicAuthentication?: BasicAuthenticationConfiguration[] | null
[src]

The list of configuration information that's required to connect to and crawl a website host using basic authentication credentials.

The list includes the name and port number of the website host.