add Refresh
This commit is contained in:
@@ -16,7 +16,8 @@ type JwtInfo struct {
|
||||
}
|
||||
|
||||
type Token struct {
|
||||
Token string `json:"token"`
|
||||
Token string `json:"token"`
|
||||
Refresh string `json:"refresh"`
|
||||
}
|
||||
|
||||
type JwtInfoServices struct {
|
||||
|
||||
Reference in New Issue
Block a user