SmartIdentityProviderApplicationResponse

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.

Constructors

Link copied to clipboard
constructor(allowedDataActions: List<String>? = null, audience: String? = null, clientId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The actions that are permitted to be performed on FHIR resources for the application.

Link copied to clipboard
val audience: String? = null

The audience that will be used to validate bearer tokens against the given authority.

Link copied to clipboard
val clientId: String? = null

The application client id defined in the identity provider. This value will be used to validate bearer tokens against the given authority.