GetFhirServiceAuthentication

data class GetFhirServiceAuthentication(val audience: String, val authority: String, val smartProxyEnabled: Boolean)

Constructors

Link copied to clipboard
constructor(audience: String, authority: String, smartProxyEnabled: Boolean)

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