mirror of
https://github.com/sstent/go-garth.git
synced 2026-04-29 14:32:44 +00:00
synd
This commit is contained in:
6
internal/auth/oauth/oauth1.go
Normal file
6
internal/auth/oauth/oauth1.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package oauth
|
||||
|
||||
type OAuth1Token struct {
|
||||
Token string
|
||||
TokenSecret string
|
||||
}
|
||||
Reference in New Issue
Block a user