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

SingularConnectorProfileCredentials

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

The connector-specific profile credentials required when using Singular.

interface SingularConnectorProfileCredentials {
apiKey: string;
}

§Properties

§
apiKey: string
[src]

A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.