Class: Aws::Types::ClientCredentialsProperties

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_idTypes::ConnectorProperty

Returns the value of attribute client_id.



783
784
785
# File 'sig/types.rbs', line 783

def client_id
  @client_id
end

#client_secretTypes::ConnectorProperty

Returns the value of attribute client_secret.



784
785
786
# File 'sig/types.rbs', line 784

def client_secret
  @client_secret
end

#content_type"APPLICATION_JSON", "URL_ENCODED"

Returns the value of attribute content_type.

Returns:

  • ("APPLICATION_JSON", "URL_ENCODED")


782
783
784
# File 'sig/types.rbs', line 782

def content_type
  @content_type
end

#request_method"GET", "POST"

Returns the value of attribute request_method.

Returns:

  • ("GET", "POST")


781
782
783
# File 'sig/types.rbs', line 781

def request_method
  @request_method
end

#scopeTypes::ConnectorProperty

Returns the value of attribute scope.



785
786
787
# File 'sig/types.rbs', line 785

def scope
  @scope
end

#token_urlTypes::ConnectorProperty

Returns the value of attribute token_url.



780
781
782
# File 'sig/types.rbs', line 780

def token_url
  @token_url
end

#token_url_parameters::Array[Types::ConnectorProperty]

Returns the value of attribute token_url_parameters.

Returns:



786
787
788
# File 'sig/types.rbs', line 786

def token_url_parameters
  @token_url_parameters
end