Class: Aws::Types::OAuthProperties
- Inherits:
-
Object
- Object
- Aws::Types::OAuthProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_code_url ⇒ ::String
Returns the value of attribute auth_code_url.
-
#o_auth_scopes ⇒ ::Array[::String]
Returns the value of attribute o_auth_scopes.
-
#token_url ⇒ ::String
Returns the value of attribute token_url.
Instance Attribute Details
#auth_code_url ⇒ ::String
Returns the value of attribute auth_code_url.
888 889 890 |
# File 'sig/types.rbs', line 888 def auth_code_url @auth_code_url end |
#o_auth_scopes ⇒ ::Array[::String]
Returns the value of attribute o_auth_scopes.
889 890 891 |
# File 'sig/types.rbs', line 889 def o_auth_scopes @o_auth_scopes end |
#token_url ⇒ ::String
Returns the value of attribute token_url.
887 888 889 |
# File 'sig/types.rbs', line 887 def token_url @token_url end |