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 a HTTP request.
Link copied to clipboard
class ClientErrorData
Client error representation which is returned by the MIRACL API.
Link copied to clipboard
HttpMethod is a MIRACLTrust SDK representation of the HTTP methods
Link copied to clipboard
interface HttpRequestExecutor
HttpRequestExecutor is an interface providing pluggable networking layer of the MIRACLTrust SDK. If implemented and passed as an argument when initializing the MIRACLTrust SDK, you can provide your own HTTP request executor.
Link copied to clipboard
A class hierarchy that describes network issues.