class Amazonite::EventBridge::UpdateConnectionOAuthClientRequestParameters

Overview

The OAuth authorization parameters to use for the connection.

Included Modules

Defined in:

eventbridge/update_connection_o_auth_client_request_parameters.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

The client ID to use for OAuth authorization.


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

The client ID to use for OAuth authorization.


[View source]
def client_secret : String | Nil #

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


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

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


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

See Object#hash(hasher)


def validate! : Nil #

[View source]