class
Amazonite::EventBridge::CreateConnectionOAuthClientRequestParameters
Overview
The Basic authorization parameters to use for the connection.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/create_connection_o_auth_client_request_parameters.crConstructors
- .new(client_id : String, client_secret : String)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#client_id : String
The client ID to use for OAuth authorization for the connection.
-
#client_id=(client_id : String)
The client ID to use for OAuth authorization for the connection.
-
#client_secret : String
The client secret associated with the client ID to use for OAuth authorization for the connection.
-
#client_secret=(client_secret : String)
The client secret associated with the client ID to use for OAuth authorization for the connection.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The client ID to use for OAuth authorization for the connection.
The client secret associated with the client ID to use for OAuth authorization for the connection.
The client secret associated with the client ID to use for OAuth authorization for the connection.