11-21-2015 20:03
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

11-21-2015 20:03
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Could we assume Bearer to be the only token type in Fitbit OAuth 2.0? Thanks.
11-22-2015 11:55
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



11-22-2015 11:55
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

11-22-2015 12:07
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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.

