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