I have been playing around with the Influx 2 alpha and noticed you use the Token type for authorization. I was wondering if this was a conscious decision or just a type that was picked.
The reason I ask is that it is not a formally recognized authorization type. Most commonly the Bearer type is used for token authorization. I suspect that people who use HTTP clients and SDK generators might find some difficulty because of this deviation from convention.