diff options
Diffstat (limited to 'vendor/github.com/markbates/goth/user.go')
-rw-r--r-- | vendor/github.com/markbates/goth/user.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/markbates/goth/user.go b/vendor/github.com/markbates/goth/user.go index 1d6a419632..0cc5830513 100644 --- a/vendor/github.com/markbates/goth/user.go +++ b/vendor/github.com/markbates/goth/user.go @@ -27,4 +27,5 @@ type User struct { AccessTokenSecret string RefreshToken string ExpiresAt time.Time + IDToken string } |