mirror of
https://github.com/sstent/go-garth.git
synced 2025-12-05 23:51:42 +00:00
7 lines
354 B
Go
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
|