💾 Archived View for godocs.io › golang.org › x › oauth2 › fitbit captured on 2024-02-05 at 10:31:06. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-12-28)
-=-=-=-=-=-=-
import "golang.org/x/oauth2/fitbit"
Package fitbit provides constants for using OAuth2 to access the Fitbit API.
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.