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

CustomAuthCredentials

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

The custom credentials required for custom authentication.

interface CustomAuthCredentials {
credentialsMap?: {
[key: string]: string | null | undefined;
}
| null;
customAuthenticationType: string;
}

§Properties

§
credentialsMap?: {
[key: string]: string | null | undefined;
}
| null
[src]

A map that holds custom authentication credentials.

§
customAuthenticationType: string
[src]

The custom authentication type that the connector uses.