Class: Aws::Types::ConnectorOAuthRequest
- Inherits:
-
Object
- Object
- Aws::Types::ConnectorOAuthRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_code ⇒ ::String
Returns the value of attribute auth_code.
-
#code_verifier ⇒ ::String
Returns the value of attribute code_verifier.
-
#redirect_uri ⇒ ::String
Returns the value of attribute redirect_uri.
Instance Attribute Details
#auth_code ⇒ ::String
Returns the value of attribute auth_code.
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.
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.
190 191 192 |
# File 'sig/types.rbs', line 190 def redirect_uri @redirect_uri end |