1
0
Fork 0
mirror of synced 2024-07-04 14:10:33 +12: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:
Steven Nguyen 2023-08-03 11:06:25 -07:00
parent cb7abdb906
commit 57b031d7f5
No known key found for this signature in database

View file

@ -9,6 +9,7 @@ class Identities extends Base
'provider',
'providerUid',
'providerEmail',
'providerAccessTokenExpiry',
];
/**