[ ] ๐ Documentation (updates to the documentation, readme or JSdoc annotations)
[x] ๐ Bug fix (a non-breaking change that fixes an issue)
[x] ๐ Enhancement (improving an existing functionality like performance)
[ ] โจ New feature (a non-breaking change that adds functionality)
[x] ๐งน Chore (updates to the build process or auxiliary tools and libraries)
[x] โ ๏ธ Breaking change (fix or feature that would cause existing functionality to change)
๐ Description
In #715 we introduced custom refresh handlers. Here I improve on it, introduce refresh function to CommonUseAuthReturn and properly use it for refresh handler.
๐ Linked issue
765
โ Type of change
๐ Description
In #715 we introduced custom refresh handlers. Here I improve on it, introduce
refresh
function toCommonUseAuthReturn
and properly use it forrefresh
handler.๐ Checklist