GetDicomServiceAuthentication

data class GetDicomServiceAuthentication(val audiences: List<String>, val authority: String)

Constructors

Link copied to clipboard
constructor(audiences: List<String>, authority: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The intended audience to receive authentication tokens for the service. The default value is https://dicom.azurehealthcareapis.azure.com

Link copied to clipboard