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