computeDispatcher
The dispatcher used for CPU-bound work, such as invoking clientAssertionProvider.
Defaults to Dispatchers.Default. If your clientAssertionProvider performs blocking I/O (e.g. a network call to a remote signer), set this to Dispatchers.IO or another IO-appropriate dispatcher.