mirror of
https://github.com/sstent/go-garth.git
synced 2026-02-01 20:11:49 +00:00
reworked api interfaces
This commit is contained in:
5
pkg/garth/auth/sso/doc.go
Normal file
5
pkg/garth/auth/sso/doc.go
Normal file
@@ -0,0 +1,5 @@
|
||||
// Package sso implements the Garmin SSO login flow. It orchestrates CSRF,
|
||||
// ticket exchange, MFA placeholders, and token retrieval, delegating OAuth
|
||||
// details to internal/auth/oauth. The internal client consumes this package.
|
||||
// Note: This is an internal package and not intended for direct external use.
|
||||
package auth
|
||||
Reference in New Issue
Block a user