DummyConfigurationContainer

An empty implementation of the configuration container.

This can be useful either for testing or for scenarios where you do not want the configurations to be saved.

Functions

Link copied to clipboard
open suspend override fun setAuthToken(token: AuthToken?)
Link copied to clipboard
open suspend override fun setHostname(hostname: String?)
Link copied to clipboard
open suspend override fun setSecurityStrategy(securityStrategy: SecurityStrategy)

Properties

Link copied to clipboard
open override val authToken: StateFlow<AuthToken?>
Link copied to clipboard
open override val hostname: StateFlow<String?>
Link copied to clipboard
open override val securityStrategy: StateFlow<SecurityStrategy>