feat: ajout du refresh token

This commit is contained in:
2021-02-14 11:10:58 +01:00
parent 089b5985f8
commit 7544643cfb
8 changed files with 46 additions and 13 deletions

View File

@@ -8,6 +8,7 @@ type Oauth struct {
TokenType string `db:"token_type"`
ExpiresIN float64 `db:"expires_in"`
RefreshToken string `db:"refresh_token"`
Param Param `db:"param_id"`
}
func (o Oauth) String() string {