Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 403e2a390b |
@@ -10,7 +10,7 @@ type AuthLoginResponseDTO struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type AuthRefreshTokenRequestDTO struct {
|
type AuthRefreshTokenRequestDTO struct {
|
||||||
AccessToken string `json:"token"`
|
RefreshToken string `json:"refresh_token"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type AuthRefreshTokenResponseDTO struct {
|
type AuthRefreshTokenResponseDTO struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user