Class: Aws::Types::ConnectorAuthorizationCodeProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_codeTypes::ConnectorProperty

Returns the value of attribute authorization_code.



1166
1167
1168
# File 'sig/types.rbs', line 1166

def authorization_code
  @authorization_code
end

#authorization_code_urlTypes::ConnectorProperty

Returns the value of attribute authorization_code_url.



1165
1166
1167
# File 'sig/types.rbs', line 1165

def authorization_code_url
  @authorization_code_url
end

#client_idTypes::ConnectorProperty

Returns the value of attribute client_id.



1171
1172
1173
# File 'sig/types.rbs', line 1171

def client_id
  @client_id
end

#client_secretTypes::ConnectorProperty

Returns the value of attribute client_secret.



1172
1173
1174
# File 'sig/types.rbs', line 1172

def client_secret
  @client_secret
end

#content_type"APPLICATION_JSON", "URL_ENCODED"

Returns the value of attribute content_type.

Returns:

  • ("APPLICATION_JSON", "URL_ENCODED")


1170
1171
1172
# File 'sig/types.rbs', line 1170

def content_type
  @content_type
end

#promptTypes::ConnectorProperty

Returns the value of attribute prompt.



1174
1175
1176
# File 'sig/types.rbs', line 1174

def prompt
  @prompt
end

#redirect_uriTypes::ConnectorProperty

Returns the value of attribute redirect_uri.



1167
1168
1169
# File 'sig/types.rbs', line 1167

def redirect_uri
  @redirect_uri
end

#request_method"GET", "POST"

Returns the value of attribute request_method.

Returns:

  • ("GET", "POST")


1169
1170
1171
# File 'sig/types.rbs', line 1169

def request_method
  @request_method
end

#scopeTypes::ConnectorProperty

Returns the value of attribute scope.



1173
1174
1175
# File 'sig/types.rbs', line 1173

def scope
  @scope
end

#token_urlTypes::ConnectorProperty

Returns the value of attribute token_url.



1168
1169
1170
# File 'sig/types.rbs', line 1168

def token_url
  @token_url
end

#token_url_parameters::Array[Types::ConnectorProperty]

Returns the value of attribute token_url_parameters.

Returns:



1175
1176
1177
# File 'sig/types.rbs', line 1175

def token_url_parameters
  @token_url_parameters
end