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

CreateConnectionOAuthClientRequestParameters

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

Contains the Basic authorization parameters to use for the connection.

interface CreateConnectionOAuthClientRequestParameters {
ClientID: string;
ClientSecret: string;
}

§Properties

§
ClientID: string
[src]

The client ID to use for OAuth authorization for the connection.

§
ClientSecret: string
[src]

The client secret associated with the client ID to use for OAuth authorization for the connection.