class
Amazonite::EventBridge::UpdateConnectionOAuthRequestParameters
Overview
The OAuth request parameters to use for the connection.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/update_connection_o_auth_request_parameters.crConstructors
- .new(pull : JSON::PullParser)
- .new(client_parameters : UpdateConnectionOAuthClientRequestParameters | Nil = nil, authorization_endpoint : String | Nil = nil, http_method : ConnectionOAuthHttpMethod | Nil = nil, o_auth_http_parameters : ConnectionHttpParameters | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#authorization_endpoint : String | Nil
The URL to the authorization endpoint when OAuth is specified as the authorization type.
-
#authorization_endpoint=(authorization_endpoint : String | Nil)
The URL to the authorization endpoint when OAuth is specified as the authorization type.
-
#client_parameters : UpdateConnectionOAuthClientRequestParameters | Nil
The client parameters to use for the connection when OAuth is specified as the authorization type.
-
#client_parameters=(client_parameters : UpdateConnectionOAuthClientRequestParameters | Nil)
The client parameters to use for the connection when OAuth is specified as the authorization type.
-
#hash(hasher)
See
Object#hash(hasher) -
#http_method : ConnectionOAuthHttpMethod | Nil
The method used to connect to the HTTP endpoint.
-
#http_method=(http_method : ConnectionOAuthHttpMethod | Nil)
The method used to connect to the HTTP endpoint.
-
#o_auth_http_parameters : ConnectionHttpParameters | Nil
The additional HTTP parameters used for the OAuth authorization request.
-
#o_auth_http_parameters=(o_auth_http_parameters : ConnectionHttpParameters | Nil)
The additional HTTP parameters used for the OAuth authorization request.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The URL to the authorization endpoint when OAuth is specified as the authorization type.
The URL to the authorization endpoint when OAuth is specified as the authorization type.
The client parameters to use for the connection when OAuth is specified as the authorization type.
The client parameters to use for the connection when OAuth is specified as the authorization type.
The method used to connect to the HTTP endpoint.
The method used to connect to the HTTP endpoint.
The additional HTTP parameters used for the OAuth authorization request.
The additional HTTP parameters used for the OAuth authorization request.