feat: Support refresh tokens

This commit is contained in:
Krille 2024-03-08 12:46:26 +01:00
commit 1712d30c2f
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
3 changed files with 4 additions and 3 deletions

View file

@ -121,6 +121,7 @@ abstract class ClientManager {
nativeImplementations: nativeImplementations,
customImageResizer: PlatformInfos.isMobile ? customImageResizer : null,
enableDehydratedDevices: true,
onSoftLogout: (client) => client.refreshAccessToken(),
);
}