Fhir Service Authentication
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)