Smart Identity Provider Configuration Response
data class SmartIdentityProviderConfigurationResponse(val applications: List<SmartIdentityProviderApplicationResponse>? = null, val authority: String? = null)
An object to configure an identity provider for use with SMART on FHIR authentication.
Constructors
Link copied to clipboard
constructor(applications: List<SmartIdentityProviderApplicationResponse>? = null, authority: String? = null)