class Amazonite::EventBridge::CreateConnectionOAuthRequestParameters

Overview

Contains the OAuth authorization parameters to use for the connection.

Included Modules

Defined in:

eventbridge/create_connection_o_auth_request_parameters.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(client_parameters : CreateConnectionOAuthClientRequestParameters, authorization_endpoint : String, http_method : ConnectionOAuthHttpMethod, o_auth_http_parameters : ConnectionHttpParameters | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[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 #

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


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

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


[View source]

The client parameters for OAuth authorization.


[View source]
def client_parameters=(client_parameters : CreateConnectionOAuthClientRequestParameters) #

The client parameters for OAuth authorization.


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

See Object#hash(hasher)


def http_method : ConnectionOAuthHttpMethod #

The method to use for the authorization request.


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

The method to use for the authorization request.


[View source]
def o_auth_http_parameters : ConnectionHttpParameters | Nil #

Details about the additional parameters to use for the connection.


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

Details about the additional parameters to use for the connection.


[View source]
def validate! : Nil #

[View source]