class
Amazonite::EventBridge::CreateConnectionOAuthRequestParameters
Overview
Contains the OAuth authorization parameters to use for the connection.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/create_connection_o_auth_request_parameters.crConstructors
- .new(client_parameters : CreateConnectionOAuthClientRequestParameters, authorization_endpoint : String, http_method : ConnectionOAuthHttpMethod, o_auth_http_parameters : ConnectionHttpParameters | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#authorization_endpoint : String
The URL to the authorization endpoint when OAuth is specified as the authorization type.
-
#authorization_endpoint=(authorization_endpoint : String)
The URL to the authorization endpoint when OAuth is specified as the authorization type.
-
#client_parameters : CreateConnectionOAuthClientRequestParameters
The client parameters for OAuth authorization.
-
#client_parameters=(client_parameters : CreateConnectionOAuthClientRequestParameters)
The client parameters for OAuth authorization.
-
#hash(hasher)
See
Object#hash(hasher) -
#http_method : ConnectionOAuthHttpMethod
The method to use for the authorization request.
-
#http_method=(http_method : ConnectionOAuthHttpMethod)
The method to use for the authorization request.
-
#o_auth_http_parameters : ConnectionHttpParameters | Nil
Details about the additional parameters to use for the connection.
-
#o_auth_http_parameters=(o_auth_http_parameters : ConnectionHttpParameters | Nil)
Details about the additional parameters to use for the connection.
- #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 for OAuth authorization.
The client parameters for OAuth authorization.
The method to use for the authorization request.
Details about the additional parameters to use for the connection.
Details about the additional parameters to use for the connection.