Package-level declarations
Types
Link copied to clipboard
A class hierarchy that describes network issues.
Link copied to clipboard
data class ApiRequest(val method: HttpMethod, val headers: Map<String, String>?, val body: String?, val params: Map<String, String>?, val url: String)
ApiRequest is a data class that keeps the main properties of an HTTP request.
Link copied to clipboard
class ClientErrorData
Client error representation which is returned by the MIRACL Trust API.
Link copied to clipboard
HttpMethod is a MIRACL Trust SDK representation of the HTTP methods.
Link copied to clipboard
interface HttpRequestExecutor
HttpRequestExecutor is an interface providing a pluggable networking layer of the MIRACL Trust SDK. If implemented and passed as an argument when initializing the MIRACL Trust SDK, you can provide your own HTTP request executor.
Link copied to clipboard
A class hierarchy that describes network issues.