diff options
Diffstat (limited to 'auth/auth.go')
| -rw-r--r-- | auth/auth.go | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/auth/auth.go b/auth/auth.go index ae2db9b..7116a2c 100644 --- a/auth/auth.go +++ b/auth/auth.go @@ -31,3 +31,7 @@ type LoginReq struct {  	Method      string  	Password    string  } + +type RefreshReq struct { +	RefreshToken string +}  |