FhirServiceAuthentication

data class FhirServiceAuthentication(val audience: String, val authority: String, val smartProxyEnabled: Boolean? = null)

Constructors

Link copied to clipboard
fun FhirServiceAuthentication(audience: String, authority: String, smartProxyEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The intended audience to receive authentication tokens for the service. The default value is https://<name>.fhir.azurehealthcareapis.com.

Link copied to clipboard
Link copied to clipboard

Whether smart proxy is enabled.