EventConnectionAuthParametersOauth class
Constructors
-
EventConnectionAuthParametersOauth({required Input<
String> authorizationEndpoint, Input<EventConnectionAuthParametersOauthClientParameters?> ? clientParameters, required Input<String> httpMethod, required Input<EventConnectionAuthParametersOauthOauthHttpParameters> oauthHttpParameters}) -
Creates a new EventConnectionAuthParametersOauth.
authorizationEndpointThe URL to the authorization endpoint.clientParametersContains the client parameters for OAuth authorization. Contains the following two parameters.httpMethodA password for the authorization. Created and stored in AWS Secrets Manager.oauthHttpParametersOAuth 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
-
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