@@ -1,5 +1,6 @@
package model_entities
type ValidateCredentialsResult struct {
- Result bool `json:"result"`
+ Result bool `json:"result"`
+ Credentials map[string]any `json:"credentials"`
}