class Multiwoven::Integrations::Destination::MicrosoftDynamics::Client
def create_connection(connection_config)
def create_connection(connection_config) cache = defined?(Rails) && Rails.respond_to?(:cache) ? Rails.cache : ActiveSupport::Cache::MemoryStore.new initialize_client(connection_config) get_access_token(cache) end