class
Amazonite::EventBridge::UpdateConnectionOAuthClientRequestParameters
Overview
The OAuth authorization parameters to use for the connection.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/update_connection_o_auth_client_request_parameters.crConstructors
- .new(pull : JSON::PullParser)
- .new(client_id : String | Nil = nil, client_secret : String | Nil = nil)
- .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 | Nil
The client ID to use for OAuth authorization.
-
#client_id=(client_id : String | Nil)
The client ID to use for OAuth authorization.
-
#client_secret : String | Nil
The client secret assciated with the client ID to use for OAuth authorization.
-
#client_secret=(client_secret : String | Nil)
The client secret assciated with the client ID to use for OAuth authorization.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def client_secret : String | Nil
#
The client secret assciated with the client ID to use for OAuth authorization.
def client_secret=(client_secret : String | Nil)
#
The client secret assciated with the client ID to use for OAuth authorization.