class Amazonite::EventBridge::UpdateConnectionOAuthRequestParameters

Overview

The OAuth request parameters to use for the connection.

Included Modules

Defined in:

eventbridge/update_connection_o_auth_request_parameters.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(client_parameters : UpdateConnectionOAuthClientRequestParameters | Nil = nil, authorization_endpoint : String | Nil = nil, http_method : ConnectionOAuthHttpMethod | Nil = nil, o_auth_http_parameters : ConnectionHttpParameters | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def authorization_endpoint : String | Nil #

The URL to the authorization endpoint when OAuth is specified as the authorization type.


[View source]
def authorization_endpoint=(authorization_endpoint : String | Nil) #

The URL to the authorization endpoint when OAuth is specified as the authorization type.


[View source]
def client_parameters : UpdateConnectionOAuthClientRequestParameters | Nil #

The client parameters to use for the connection when OAuth is specified as the authorization type.


[View source]
def client_parameters=(client_parameters : UpdateConnectionOAuthClientRequestParameters | Nil) #

The client parameters to use for the connection when OAuth is specified as the authorization type.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def http_method : ConnectionOAuthHttpMethod | Nil #

The method used to connect to the HTTP endpoint.


[View source]
def http_method=(http_method : ConnectionOAuthHttpMethod | Nil) #

The method used to connect to the HTTP endpoint.


[View source]
def o_auth_http_parameters : ConnectionHttpParameters | Nil #

The additional HTTP parameters used for the OAuth authorization request.


[View source]
def o_auth_http_parameters=(o_auth_http_parameters : ConnectionHttpParameters | Nil) #

The additional HTTP parameters used for the OAuth authorization request.


[View source]
def validate! : Nil #

[View source]