class
Amazonite::EventBridge::ConnectionOAuthResponseParameters
- Amazonite::EventBridge::ConnectionOAuthResponseParameters
- Reference
- Object
Overview
The response parameters when OAuth is specified as the authorization type.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/connection_o_auth_response_parameters.crConstructors
- .new(pull : JSON::PullParser)
- .new(client_parameters : ConnectionOAuthClientResponseParameters | 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 HTTP endpoint that authorized the request.
-
#authorization_endpoint=(authorization_endpoint : String | Nil)
The URL to the HTTP endpoint that authorized the request.
-
#client_parameters : ConnectionOAuthClientResponseParameters | Nil
Details about the client parameters returned when OAuth is specified as the authorization type.
-
#client_parameters=(client_parameters : ConnectionOAuthClientResponseParameters | Nil)
Details about the client parameters returned 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 HTTP endpoint that authorized the request.
The URL to the HTTP endpoint that authorized the request.
Details about the client parameters returned when OAuth is specified as the authorization type.
Details about the client parameters returned 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.