EventConnectionAuthParametersOauthClientParameters

data class EventConnectionAuthParametersOauthClientParameters(val clientId: String, val clientSecret: String)

Constructors

constructor(clientId: String, clientSecret: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The client ID for the credentials to use for authorization. Created and stored in AWS Secrets Manager.

Link copied to clipboard

The client secret for the credentials to use for authorization. Created and stored in AWS Secrets Manager.