execute

open suspend override fun execute(request: ApiRequest): ERROR CLASS: Symbol not found for Result<com/okta/authfoundation/api/http/ApiResponse>

Executes the given network request asynchronously.

Implementations of this method should be thread-safe, and should not block the calling thread. All exceptions thrown during the execution of the request should be caught and returned as a Result.Failure.

Return

A Result containing either the successful ApiResponse or an Exception.

Parameters

request

The ApiRequest to be executed.