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

HoneycodeConnectorProfileCredentials

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

The connector-specific credentials required when using Amazon Honeycode.

interface HoneycodeConnectorProfileCredentials {
accessToken?: string | null;
oAuthRequest?: ConnectorOAuthRequest | null;
refreshToken?: string | null;
}

§Properties

§
accessToken?: string | null
[src]

The credentials used to access protected Amazon Honeycode resources.

§
oAuthRequest?: ConnectorOAuthRequest | null
[src]
§
refreshToken?: string | null
[src]

The credentials used to acquire new access tokens.