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

CreateConnectionOAuthRequestParameters

import type { CreateConnectionOAuthRequestParameters } from "https://aws-api.deno.dev/v0.3/services/cloudwatchevents.ts?docs=full";

Contains the OAuth authorization parameters to use for the connection.

interface CreateConnectionOAuthRequestParameters {
AuthorizationEndpoint: string;
OAuthHttpParameters?: ConnectionHttpParameters | null;
}

§Properties

§
AuthorizationEndpoint: string
[src]

The URL to the authorization endpoint when OAuth is specified as the authorization type.

§

A CreateConnectionOAuthClientRequestParameters object that contains the client parameters for OAuth authorization.

§

The method to use for the authorization request.

§
OAuthHttpParameters?: ConnectionHttpParameters | null
[src]

A ConnectionHttpParameters object that contains details about the additional parameters to use for the connection.