ajout du state

This commit is contained in:
2021-01-27 21:40:26 +01:00
parent cfe68a5329
commit 29c7e70cc9
4 changed files with 44 additions and 25 deletions

View File

@@ -7,7 +7,7 @@ type Oauth struct {
AccessToken string `db:"access_token"`
TokenType string `db:"token_type"`
ExpireIN int `db:"expire_in"`
RefreshToken string `db:"refreh_token"`
RefreshToken string `db:"refresh_token"`
}
func (o Oauth) String() string {