Skip to content

ValidateLicenseCredential

Public validation request for one credential activation.

const ValidateLicenseCredential: Schema.Struct<{
key: Schema.Redacted<Schema.brand<Schema.String, "LicenseKeyValue">>;
activationId: Schema.brand<Schema.String, "LicenseActivationId">;
}>;