EventConnectionAuthParametersOauth class

Constructors

EventConnectionAuthParametersOauth({required Input<String> authorizationEndpoint, Input<EventConnectionAuthParametersOauthClientParameters?>? clientParameters, required Input<String> httpMethod, required Input<EventConnectionAuthParametersOauthOauthHttpParameters> oauthHttpParameters})
Creates a new EventConnectionAuthParametersOauth. authorizationEndpoint The URL to the authorization endpoint. clientParameters Contains the client parameters for OAuth authorization. Contains the following two parameters. httpMethod A password for the authorization. Created and stored in AWS Secrets Manager. oauthHttpParameters 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.
const
EventConnectionAuthParametersOauth.fromMap(Map<String, dynamic> map)
factory

Properties

authorizationEndpoint → Input<String>
The URL to the authorization endpoint.
final
clientParameters → Input<EventConnectionAuthParametersOauthClientParameters?>?
Contains the client parameters for OAuth authorization. Contains the following two parameters.
final
hashCode int
The hash code for this object.
no setterinherited
httpMethod → Input<String>
A password for the authorization. Created and stored in AWS Secrets Manager.
final
oauthHttpParameters → Input<EventConnectionAuthParametersOauthOauthHttpParameters>
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.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited