This commit is contained in:
2025-09-18 11:38:52 -07:00
parent 026d8873bb
commit 3d4cffddbf
4 changed files with 15 additions and 80 deletions

View File

@@ -0,0 +1,6 @@
package oauth
type OAuth1Token struct {
Token string
TokenSecret string
}