You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a POST to /services/auth/tokens does not create the correct token type if the type param is capitalized (e.g. must send "service" not "Service", otherwise you get a Developer token), but a GET from /services/auth/tokens returns tokens with the type param capitalized ("Service").