Class LicenseValidator

Assembly: redb.Core.Pro.dll

Validates JWT license tokens using RSA public keys from TrustedIssuers.
Supports multiple issuers and key rotation via kid (key ID).

public static class LicenseValidator

Inheritance

ObjectLicenseValidator

Methods

Validate(string)

Validates a JWT license token and returns parsed license info.

public static LicenseInfo? Validate(string licenseToken)