package fitbit
import "golang.org/x/oauth2/fitbit"
Package fitbit provides constants for using OAuth2 to access the Fitbit API.
Index ¶
Variables ¶
var Endpoint = oauth2.Endpoint{ AuthURL: "https://www.fitbit.com/oauth2/authorize", TokenURL: "https://api.fitbit.com/oauth2/token", }
Endpoint is the Fitbit API's OAuth 2.0 endpoint.
Source Files ¶
fitbit.go
- Version
- v0.7.0
- Published
- Apr 6, 2023
- Platform
- darwin/amd64
- Imports
- 1 packages
- Last checked
- 8 hours ago –
Tools for package owners.