Class: Aws::Types::ConnectorOAuth2Properties

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_code_propertiesTypes::ConnectorAuthorizationCodeProperties

Returns the value of attribute authorization_code_properties.



1199
1200
1201
# File 'sig/types.rbs', line 1199

def authorization_code_properties
  @authorization_code_properties
end

#client_credentials_propertiesTypes::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_propertiesTypes::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.

Returns:

  • ("CLIENT_CREDENTIALS", "JWT_BEARER", "AUTHORIZATION_CODE")


1196
1197
1198
# File 'sig/types.rbs', line 1196

def o_auth_2_grant_type
  @o_auth_2_grant_type
end