Call this to tell Convergence to reconnect anonymously using the provided display name.
Call this to tell Convergence not to reconnect. This can be used when e.g. the consuming application fails to retrieve a new JWT.
Call this to tell Convergence to reconnect using a provided JWT.
Note that the JWT must encode the same username as that of the username or the user that originally connected.
Call this to tell Convergence to reconnect using a provided password.
a string, a function that returns a string, or a Promise that will resolve with a string.
Provides a few hooks for passing authentication information that can be provided in IConvergenceOptions. The application-provided [[IConvergenceOptions.reconnect.fallbackAuth]] will be called when a domain attempts to reconnect using a reconnect token but fails. This allows the application to provide authentication information synchronously or asynchronously.