Skip to content

ActivateLicenseCredential

Public activation request containing a raw redacted key and stable device identity.

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