AuthorizedNetworkManager

class AuthorizedNetworkManager(    config: StateFlow<HTConfig>,     accountRepository: AccountRepository,     httpClient: HTTPClient) : NetworkManager

Constructors

Link copied to clipboard
fun AuthorizedNetworkManager(    config: StateFlow<HTConfig>,     accountRepository: AccountRepository,     httpClient: HTTPClient)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun execute(networkRequest: RequestConfig)
Link copied to clipboard
fun executeAuthenticationRequest(request: RequestConfig)