{
}
The {@AuthProvider} instance to use for token management.
Options to pass to the logger.
logger?:
Partial<LoggerOptions>
The underlying {@BasicPubSubClient} instance. If not given,
we'll create a new one.
Properties
pubSubClient
Type: ?BasicPubSubClient
The underlying BasicPubSubClient instance. If not given, we'll create a new one.
WARNING: If you pass this, you shouldn't execute any manual actions on it. You can, however, pass the same client to multiple instances of SingleUserPubSubClient.