EventConnectionAuthParametersOauth

data class EventConnectionAuthParametersOauth(val authorizationEndpoint: String, val clientParameters: EventConnectionAuthParametersOauthClientParameters? = null, val httpMethod: String, val oauthHttpParameters: EventConnectionAuthParametersOauthOauthHttpParameters)

Constructors

Link copied to clipboard
constructor(authorizationEndpoint: String, clientParameters: EventConnectionAuthParametersOauthClientParameters? = null, httpMethod: String, oauthHttpParameters: EventConnectionAuthParametersOauthOauthHttpParameters)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The URL to the authorization endpoint.

Link copied to clipboard

Contains the client parameters for OAuth authorization. Contains the following two parameters.

Link copied to clipboard

A password for the authorization. Created and stored in AWS Secrets Manager.

Link copied to clipboard

OAuth Http Parameters are additional credentials used to sign the request to the authorization endpoint to exchange the OAuth Client information for an access token. Secret values are stored and managed by AWS Secrets Manager. A maximum of 1 are allowed. Documented below.