Server Configuration
data class ServerConfiguration(baseUrl: String, authenticator: Authenticator?)
Content copied to clipboard
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)
Content copied to clipboard