mirror of
https://github.com/sstent/go-garth.git
synced 2026-01-25 16:42:28 +00:00
7 lines
83 B
Go
7 lines
83 B
Go
package oauth
|
|
|
|
type OAuth1Token struct {
|
|
Token string
|
|
TokenSecret string
|
|
}
|