feat: Support refresh tokens
This commit is contained in:
parent
bb3865757b
commit
1712d30c2f
3 changed files with 4 additions and 3 deletions
|
|
@ -121,6 +121,7 @@ abstract class ClientManager {
|
|||
nativeImplementations: nativeImplementations,
|
||||
customImageResizer: PlatformInfos.isMobile ? customImageResizer : null,
|
||||
enableDehydratedDevices: true,
|
||||
onSoftLogout: (client) => client.refreshAccessToken(),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue