package
0.0.0-20230206181907-37356b80cb49
Repository: https://github.com/sagikazarmark/go-withings.git
Documentation: pkg.go.dev
# README
OAuth2 for Withings API
OAuth2 package extends golang.org/x/oauth2 to support using OAuth2 to access Withings.
License
Some of the code in this package has been copied from golang.org/x/oauth2 and is under a BSD-style license. See the License File for more information.
The rest of the code is under the MIT License. See the License File in the repository root for more information.
# Variables
Endpoint is the Public Cloud endpoint for Withings.
Endpoint is the HIPAA endpoint for Withings.
ModeDemo automatically logs the user in as a demo user.
# Structs
WithingsConfig wraps a golang.org/x/oauth2.Config struct to extend its functionality with Withings specific behavior.
# Type aliases
Config is an alias to oauth2.Config.