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

CustomAuthConfig

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

Configuration information required for custom authentication.

interface CustomAuthConfig {
authParameters?: AuthParameter[] | null;
customAuthenticationType?: string | null;
}

§Properties

§
authParameters?: AuthParameter[] | null
[src]

Information about authentication parameters required for authentication.

§
customAuthenticationType?: string | null
[src]

The authentication type that the custom connector uses.