SmartIdentityProviderConfigurationResponse

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

constructor(applications: List<SmartIdentityProviderApplicationResponse>? = null, authority: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val authority: String? = null

The identity provider token authority also known as the token issuing authority.