1
0
mirror of https://github.com/rancher/types.git synced 2025-09-09 08:58:56 +00:00

Add current flag to tokens

This commit is contained in:
Max Korp
2018-08-20 14:51:50 -07:00
committed by Craig Jellick
parent 0f69ef3864
commit 2e363610b2

View File

@@ -24,6 +24,7 @@ type Token struct {
Description string `json:"description"`
Expired bool `json:"expired"`
ExpiresAt string `json:"expiresAt"`
Current bool `json:"current"`
}
type User struct {