struct change

This commit is contained in:
Alexander Plutov 2015-11-19 23:19:49 +07:00
parent 5fa983e86a
commit 3e1a1f8ddd

View File

@ -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