Private
Public Access
1
0

got get_contacts working

This commit is contained in:
2024-11-17 17:41:14 +01:00
parent e5effd5567
commit 3955061e3f
3 changed files with 3 additions and 39 deletions

View File

@@ -5369,6 +5369,8 @@ class ForceCurveAnalysis(models.Model):
class iDokladToken(models.Model):
access_token = models.CharField(max_length=512)
refresh_token = models.CharField(max_length=512)
id_token = models.CharField(max_length=512)
token_type = models.CharField(max_length=512)
created_at = models.DateTimeField(auto_now_add=True)
updated_at = models.DateTimeField(auto_now=True)
expires_in = models.IntegerField() # Store token expiry duration in seconds