mirror of
https://github.com/sstent/go-garth.git
synced 2026-02-05 14:02:23 +00:00
7 lines
83 B
Go
7 lines
83 B
Go
package oauth
|
|
|
|
type OAuth1Token struct {
|
|
Token string
|
|
TokenSecret string
|
|
}
|