This commit is contained in:
@@ -4,3 +4,7 @@ type AuthResponse struct {
|
||||
AccessToken string `json:"access_token"`
|
||||
RefreshToken string `json:"refresh_token"`
|
||||
}
|
||||
|
||||
type VerifyTokenResponse struct {
|
||||
TokenID string `json:"token_id"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user