FhirServiceAuthenticationConfigurationResponse

data class FhirServiceAuthenticationConfigurationResponse(val audience: String? = null, val authority: String? = null, val smartIdentityProviders: List<SmartIdentityProviderConfigurationResponse>? = null, val smartProxyEnabled: Boolean? = null)

Authentication configuration information

Constructors

constructor(audience: String? = null, authority: String? = null, smartIdentityProviders: List<SmartIdentityProviderConfigurationResponse>? = 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

The array of identity provider configurations for SMART on FHIR authentication.

Link copied to clipboard

If the SMART on FHIR proxy is enabled