summaryrefslogtreecommitdiff
path: root/types/server/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'types/server/server.go')
-rw-r--r--types/server/server.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/types/server/server.go b/types/server/server.go
index 1578f29..aea496d 100644
--- a/types/server/server.go
+++ b/types/server/server.go
@@ -130,9 +130,6 @@ type Configuration struct {
Protocol protocol.Protocol `json:"protocol"`
// DefaultGateway is a boolean that indicates whether or not this configuration should be configured as a default gateway
DefaultGateway bool `json:"default_gateway"`
- // Tokens is the updated tokens that we get back from the VPN configuration
- // They should be used by the client to save them in e.g. the keyring
- Tokens Tokens `json:"tokens"`
}
// Current is the struct that defines the current server