mirror of
https://github.com/sstent/go-garth.git
synced 2026-01-26 09:03:00 +00:00
reworked api interfaces
This commit is contained in:
5
pkg/garth/auth/oauth/doc.go
Normal file
5
pkg/garth/auth/oauth/doc.go
Normal file
@@ -0,0 +1,5 @@
|
||||
// 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
|
||||
Reference in New Issue
Block a user