Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Could we assume Bearer to be the only token type in Fitbit OAuth 2.0?

Could we assume Bearer to be the only token type in Fitbit OAuth 2.0? Thanks.

Best Answer
0 Votes
2 REPLIES 2

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.

Best Answer
0 Votes

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.

Best Answer
0 Votes