package
Version:
v1.18.0-beta14
Opens a new window with list of versions in this module.
Published: Aug 9, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AddOn struct {
Addon int `json:"Addon"`
ExpiresAt int64 `json:"ExpiresAt"`
LicenseType string `json:"LicenseType"`
}
type LicenseClaims struct {
AddOns []AddOn `json:"addOns"`
ExpirationDate int64 `json:"exp"`
CreationDate int64 `json:"iat"`
LicenseType string `json:"lt"`
Product string `json:"product"`
jwt.RegisteredClaims
}
type LicenseLegacyClaims struct {
AddOns string `json:"addOns"`
Exp int64 `json:"exp"`
Iat int64 `json:"iat"`
Key string `json:"k"`
LicType string `json:"lt"`
Product string `json:"product"`
jwt.RegisteredClaims
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.