summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.go b/src/config.go
index 3f1116c..a798f97 100644
--- a/src/config.go
+++ b/src/config.go
@@ -21,6 +21,7 @@ type Config struct {
Delay int `json:"delay"`
// auth
+ AccessToken string `json:"-"`
RefreshToken string `json:"refresh_token"`
// misc
Debug bool `json:"debug"`