From 2e363610b22a70937a6ec931d074d5f28b357a9f Mon Sep 17 00:00:00 2001 From: Max Korp Date: Mon, 20 Aug 2018 14:51:50 -0700 Subject: [PATCH] Add current flag to tokens --- apis/management.cattle.io/v3/authn_types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/apis/management.cattle.io/v3/authn_types.go b/apis/management.cattle.io/v3/authn_types.go index 35fd3890..9a9aab5e 100644 --- a/apis/management.cattle.io/v3/authn_types.go +++ b/apis/management.cattle.io/v3/authn_types.go @@ -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 {