mirror of
https://github.com/sstent/go-garth.git
synced 2026-01-25 16:42:28 +00:00
6 lines
320 B
Go
6 lines
320 B
Go
// 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 sso
|