electricitymaps / bloom-contrib

Making carbon footprint data available to everyone.
https://www.bloomclimate.com
MIT License
436 stars 104 forks source link

Renames token variable name in state #449

Closed madsnedergaard closed 4 years ago

madsnedergaard commented 4 years ago

We want to ensure that the input-token has a name that is not tied up to a specific function (fx access-token or refresh-token), but rather be more agnostic about how it's used by an integration.

This will make it possible to align this value everywhere and thus easier to use :)