(20241205) Accepting many token ids to list mails.
This commit is contained in:
@@ -118,6 +118,10 @@ class GoogleAuthTokens(BaseModel):
|
||||
# ┣┛┛ ┗┛┣┛┗ ┛ ┗┗┗ ┛
|
||||
# ┛
|
||||
|
||||
@property
|
||||
def client_user_id(self):
|
||||
return {"email": self.email}
|
||||
|
||||
@property
|
||||
def expired(self):
|
||||
return True if date_time.get_current_utc_date_time() >= self.expiresAt else False
|
||||
|
||||
Reference in New Issue
Block a user