mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Publicly allow filtering on identities.providerAccessTokenExpiry
This will allow developers to set up a job to find expired access tokens so they can refresh them.
This commit is contained in:
@@ -9,6 +9,7 @@ class Identities extends Base
|
||||
'provider',
|
||||
'providerUid',
|
||||
'providerEmail',
|
||||
'providerAccessTokenExpiry',
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user