💾 Archived View for godocs.io › golang.org › x › oauth2 › nokiahealth captured on 2024-05-26 at 15:04:16. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2024-05-12)
-=-=-=-=-=-=-
import "golang.org/x/oauth2/nokiahealth"
Package nokiahealth provides constants for using OAuth2 to access the Nokia Health Mate API.
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.