package nokiahealth
import "golang.org/x/oauth2/nokiahealth"
Package nokiahealth provides constants for using OAuth2 to access the Nokia Health Mate API.
Index ¶
Variables ¶
var Endpoint = oauth2.Endpoint{ AuthURL: "https://account.health.nokia.com/oauth2_user/authorize2", TokenURL: "https://account.health.nokia.com/oauth2/token", }
Endpoint is Nokia Health Mate's OAuth 2.0 endpoint.
Source Files ¶
nokiahealth.go
- Version
- v0.26.0 (latest)
- Published
- Jan 29, 2025
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 17 hours ago –
Tools for package owners.