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

6 lines
319 B
Go

// Package oauth contains low-level OAuth1 and OAuth2 flows used by SSO to
// obtain and exchange tokens. It handles request signing, headers, and response
// parsing to produce strongly-typed token structures for the client.
// Note: This is an internal package and not intended for direct external use.
package oauth