Class: Aws::Types::OAuthCredentials
- Inherits:
-
Object
- Object
- Aws::Types::OAuthCredentials
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_token ⇒ ::String
Returns the value of attribute access_token.
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
-
#o_auth_request ⇒ Types::ConnectorOAuthRequest
Returns the value of attribute o_auth_request.
-
#refresh_token ⇒ ::String
Returns the value of attribute refresh_token.
Instance Attribute Details
#access_token ⇒ ::String
Returns the value of attribute access_token.
880 881 882 |
# File 'sig/types.rbs', line 880 def access_token @access_token end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
878 879 880 |
# File 'sig/types.rbs', line 878 def client_id @client_id end |
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
879 880 881 |
# File 'sig/types.rbs', line 879 def client_secret @client_secret end |
#o_auth_request ⇒ Types::ConnectorOAuthRequest
Returns the value of attribute o_auth_request.
882 883 884 |
# File 'sig/types.rbs', line 882 def o_auth_request @o_auth_request end |
#refresh_token ⇒ ::String
Returns the value of attribute refresh_token.
881 882 883 |
# File 'sig/types.rbs', line 881 def refresh_token @refresh_token end |