got get_contacts working
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user