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:07:22 -07:00
parent b8e22151f6
commit a32d9abd98
@@ -9,6 +9,7 @@ class Identities extends Base
'provider',
'providerUid',
'providerEmail',
'providerAccessTokenExpiry',
];
/**