lib/hub_spot/oauth.rb in hub_spot-0.1.0 vs lib/hub_spot/oauth.rb in hub_spot-0.2.0
- old
+ new
@@ -1,9 +1,11 @@
+# frozen_string_literal: true
+
module HubSpot
module OAuth
module_function
def access_token
- Client.token.value
+ TokenStore.value
end
end
end