class Amazonite::EventBridge::CreateConnectionOAuthClientRequestParameters

Overview

The Basic authorization parameters to use for the connection.

Included Modules

Defined in:

eventbridge/create_connection_o_auth_client_request_parameters.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(client_id : String, client_secret : String) #

[View source]
def self.new(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 client_id : String #

The client ID to use for OAuth authorization for the connection.


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

The client ID to use for OAuth authorization for the connection.


[View source]
def client_secret : String #

The client secret associated with the client ID to use for OAuth authorization for the connection.


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

The client secret associated with the client ID to use for OAuth authorization for the connection.


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

See Object#hash(hasher)


def validate! : Nil #

[View source]