11-21-2015 20:03
11-21-2015 20:03
Could we assume Bearer to be the only token type in Fitbit OAuth 2.0? Thanks.
11-22-2015 11:55
11-22-2015 11:55
I'm not sure I understand the question. Fitbit currently uses two types of Authorization headers in its OAuth 2.0 implementation: Basic and Bearer. There are two types of tokens: access and refresh. Only access tokens are used as Bearer tokens in an Authorization header.
11-22-2015 12:07
11-22-2015 12:07
I guess my question has got answered. I am just wondering other token type like "MAC" will be used by Fitbit so that I have to implement the corresponding handler. Thank you.