Reinitializes the authentication store by setting the store instance to null
and then loading the store from the file again.
Loading the store in on most low-medium to high devices will cause
an unnoticable delay. This is ideal for when the store needs to be cleared from memory and reloaded again.
Returns Promise<void>
Promise - Resolves when the store is successfully reinitialized.
Reinitialize the authentication store
Reinitializes the authentication store by setting the store instance to null and then loading the store from the file again.
Loading the store in on most low-medium to high devices will cause an unnoticable delay. This is ideal for when the store needs to be cleared from memory and reloaded again.