ServiceAuthenticationConfigurationInfoResponse

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

Authentication configuration information

Constructors

constructor(audience: String? = null, authority: String? = null, smartProxyEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val audience: String? = null

The audience url for the service

Link copied to clipboard
val authority: String? = null

The authority url for the service

Link copied to clipboard

If the SMART on FHIR proxy is enabled