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

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