License Validation

SDK.set_license(self: tfsdk.SDK, license_key: str) → bool

Validates the given license token. Need to call this method before being able to use the SDK.

SDK.is_licensed(self: tfsdk.SDK) → Tuple[bool, int]

Check if the license key is valid. Returns True if valid. Also returns the number of days remaining for the license key.