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.
1199 1200 1201 |
# File 'sig/types.rbs', line 1199 def @authorization_code_properties end |
#client_credentials_properties ⇒ Types::ClientCredentialsProperties
Returns the value of attribute client_credentials_properties.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def client_credentials_properties @client_credentials_properties end |
#jwt_bearer_properties ⇒ Types::JWTBearerProperties
Returns the value of attribute jwt_bearer_properties.
1198 1199 1200 |
# File 'sig/types.rbs', line 1198 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.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def o_auth_2_grant_type @o_auth_2_grant_type end |