ApiExecutor
interface ApiExecutor
A simple abstraction for executing network requests defined by ApiRequest and returning ApiResponse.
Implementations of this interface are responsible for performing the actual network operations, handling responses, retries, and error handling.
Inheritors
Functions
Link copied to clipboard
abstract suspend fun execute(request: ApiRequest): ERROR CLASS: Symbol not found for Result<com/okta/authfoundation/api/http/ApiResponse>
Executes the given network request asynchronously.