Class: Aws::Types::ConnectorOAuthRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:code_verifier])

Instance Attribute Summary collapse

Instance Attribute Details

#auth_code::String

Returns the value of attribute auth_code.

Returns:

  • (::String)


189
190
191
# File 'sig/types.rbs', line 189

def auth_code
  @auth_code
end

#code_verifier::String

Returns the value of attribute code_verifier.

Returns:

  • (::String)


191
192
193
# File 'sig/types.rbs', line 191

def code_verifier
  @code_verifier
end

#redirect_uri::String

Returns the value of attribute redirect_uri.

Returns:

  • (::String)


190
191
192
# File 'sig/types.rbs', line 190

def redirect_uri
  @redirect_uri
end