RestRequestResponse

data class RestRequestResponse(val authentication: Either<ApiKeyAuthenticationResponse, RolloutIdentityAuthenticationResponse>, val method: String, val uri: String)

The properties that make up a REST request

Constructors

Link copied to clipboard
constructor(authentication: Either<ApiKeyAuthenticationResponse, RolloutIdentityAuthenticationResponse>, method: String, uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The authentication information required in the request to the health provider.

Link copied to clipboard

The HTTP method to use for the request.

Link copied to clipboard
val uri: String

The HTTP URI to use for the request.