Files
go-garth/pkg/auth/oauth/doc.go
2025-09-22 10:53:41 -07:00

7 lines
354 B
Go

// Package oauth provides public wrappers around the internal OAuth helpers.
// It exposes functions to obtain OAuth1 tokens and exchange them for OAuth2
// tokens compatible with the public garmin package types. External consumers
// should use this package when they need token bootstrapping independent of
// a fully initialized client.
package oauth