共用方式為


SmartIdentityProviderApplication interface

識別提供者中設定的應用程式,用來存取 FHIR 資源。

屬性

allowedDataActions

允許對應用程式的 FHIR 資源執行動作。

audience

物件,將用來驗證持有人令牌與指定授權單位。

clientId

識別提供者中定義的應用程式用戶端標識碼。 此值將用來驗證持有人令牌與指定授權單位。

屬性詳細資料

allowedDataActions

允許對應用程式的 FHIR 資源執行動作。

allowedDataActions?: string[]

屬性值

string[]

audience

物件,將用來驗證持有人令牌與指定授權單位。

audience?: string

屬性值

string

clientId

識別提供者中定義的應用程式用戶端標識碼。 此值將用來驗證持有人令牌與指定授權單位。

clientId?: string

屬性值

string