Documentation
¶
Index ¶
Constants ¶
View Source
const ExclusiveClaim = "exclusive"
ExclusiveClaim is the claim used to describe which other claims are to be treated exclusive.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Claims ¶
type Claims struct { *jwt.Claims LicenseFileName string `json:"-"` LicenseID string `json:"-"` Raw []byte `json:"-"` LicenseFileID string `json:"uid"` DisplayName string `json:"dn"` SupportIdentificationNumber string `json:"sin"` Kopano Kopano `json:"k"` }
Claims are the claims for Kopano licenses.
type Kopano ¶
type Kopano struct { Version int `json:"v"` Products ProductSet `json:"products"` }
Kopano is a container for Kopano product license information.
type Product ¶
A Product holds the license information for an individual Kopano product.
Click to show internal directories.
Click to hide internal directories.