Files
go-garth/pkg/garth/auth/oauth/doc.go
2025-09-22 16:41:49 -07:00

6 lines
318 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 auth