GetServiceAuthenticationConfiguration

data class GetServiceAuthenticationConfiguration(val audience: String, val authority: String, val smartProxyEnabled: Boolean)

Constructors

Link copied to clipboard
constructor(audience: String, authority: String, smartProxyEnabled: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The intended audience to receive authentication tokens for the service.

Link copied to clipboard

The Azure Active Directory (tenant) that serves as the authentication authority to access the service.

Link copied to clipboard

Is the 'SMART on FHIR' option for mobile and web implementations enabled?