Fhir Service Authentication Configuration Response
data class FhirServiceAuthenticationConfigurationResponse(val audience: String? = null, val authority: String? = null, val smartProxyEnabled: Boolean? = null)
Authentication configuration information
Constructors
Link copied to clipboard
fun FhirServiceAuthenticationConfigurationResponse(audience: String? = null, authority: String? = null, smartProxyEnabled: Boolean? = null)