We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c751e9f commit 77a3a21Copy full SHA for 77a3a21
licensing/methods.py
@@ -1460,6 +1460,10 @@ def HasNotExpired(license_key, allow_usage_on_expiry_date=True):
1460
on the server side, and it is recommended to set it up instead of relying on the client side (unless
1461
your application is running in offline mode). For more details, please review
1462
https://help.cryptolens.io/web-interface/keys-that-dont-expire
1463
+
1464
+ Parameters:
1465
+ @license_key The license key object.
1466
+ @allow_usage_on_expiry_date If set to true, the license will be considered valid on the day it expires.
1467
"""
1468
1469
import datetime
0 commit comments