Smart Identity Provider Application Response
data class SmartIdentityProviderApplicationResponse(val allowedDataActions: List<String>? = null, val audience: String? = null, val clientId: String? = null)
An Application configured in the Identity Provider used to access FHIR resources.