package
Version:
v2.9.6
Opens a new window with list of versions in this module.
Published: May 13, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Validate checks the validity of an enterprise license code
type ActivationCode struct {
Token string
Signature string
}
ActivationCode is the outer JSON structure of an enterprise license
Unmarshal deserializes the outer base64-encoded JSON payload of an enterprise license
type Token struct {
Expiry string
}
Token is the inner JSON structure of an enterprise license. These
claims are signed and must be kept in sync with the license generation tool.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.