diff --git a/types/encipher.go b/types/encipher.go index 620199b..eb1654a 100644 --- a/types/encipher.go +++ b/types/encipher.go @@ -13,4 +13,5 @@ type JwtClaims struct { Owner any `json:"owner"` Role string `json:"role"` ExpiresAt int64 `json:"exp"` + SsoToken string `json:"sso_token"` }