From 3e1a1f8ddd3aaf1d2d4f288cdf5ecc634dc4caff Mon Sep 17 00:00:00 2001 From: Alexander Plutov Date: Thu, 19 Nov 2015 23:19:49 +0700 Subject: [PATCH] struct change --- types.go | 1 - 1 file changed, 1 deletion(-) diff --git a/types.go b/types.go index e73f5a6..bcf8d0a 100644 --- a/types.go +++ b/types.go @@ -28,7 +28,6 @@ type ( RefreshToken string `json:"refresh_token"` Token string `json:"access_token"` Type string `json:"token_type"` - ExpiresIn int `json:"expires_in"` } // ErrorResponse is used when a response has errors