FhirServiceAuthentication

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

Constructors

Link copied to clipboard
constructor(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.

Link copied to clipboard
Link copied to clipboard

Whether smart proxy is enabled.