ServerConfiguration

data class ServerConfiguration(baseUrl: String, authenticator: Authenticator?)

A configuration to provide the remote FHIR server url and an Authenticator for supplying any auth token that may be necessary to communicate with the server.

Constructors

Link copied to clipboard
fun ServerConfiguration(baseUrl: String, authenticator: Authenticator? = null)

Properties

Link copied to clipboard
val authenticator: Authenticator? = null
Link copied to clipboard
val baseUrl: String