Class: Aws::Types::ConnectorOAuth2Properties
- Inherits:
-
Object
- Object
- Aws::Types::ConnectorOAuth2Properties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorization_code_properties ⇒ Types::ConnectorAuthorizationCodeProperties
Returns the value of attribute authorization_code_properties.
-
#client_credentials_properties ⇒ Types::ClientCredentialsProperties
Returns the value of attribute client_credentials_properties.
-
#jwt_bearer_properties ⇒ Types::JWTBearerProperties
Returns the value of attribute jwt_bearer_properties.
-
#o_auth_2_grant_type ⇒ "CLIENT_CREDENTIALS", ...
Returns the value of attribute o_auth_2_grant_type.
Instance Attribute Details
#authorization_code_properties ⇒ Types::ConnectorAuthorizationCodeProperties
Returns the value of attribute authorization_code_properties.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def @authorization_code_properties end |
#client_credentials_properties ⇒ Types::ClientCredentialsProperties
Returns the value of attribute client_credentials_properties.
1201 1202 1203 |
# File 'sig/types.rbs', line 1201 def client_credentials_properties @client_credentials_properties end |
#jwt_bearer_properties ⇒ Types::JWTBearerProperties
Returns the value of attribute jwt_bearer_properties.
1202 1203 1204 |
# File 'sig/types.rbs', line 1202 def jwt_bearer_properties @jwt_bearer_properties end |
#o_auth_2_grant_type ⇒ "CLIENT_CREDENTIALS", ...
Returns the value of attribute o_auth_2_grant_type.
1200 1201 1202 |
# File 'sig/types.rbs', line 1200 def o_auth_2_grant_type @o_auth_2_grant_type end |