@medplum/fhirtypes 4.3.9 → 4.3.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -133,11 +133,16 @@ export interface ClientApplication {
|
|
|
133
133
|
jwksUri?: string;
|
|
134
134
|
|
|
135
135
|
/**
|
|
136
|
-
*
|
|
137
|
-
* client application.
|
|
136
|
+
* @deprecated This field is deprecated. Use redirectUris instead.
|
|
138
137
|
*/
|
|
139
138
|
redirectUri?: string;
|
|
140
139
|
|
|
140
|
+
/**
|
|
141
|
+
* Optional redirect URI array used when redirecting a client back to the
|
|
142
|
+
* client application.
|
|
143
|
+
*/
|
|
144
|
+
redirectUris?: string[];
|
|
145
|
+
|
|
141
146
|
/**
|
|
142
147
|
* Optional launch URI for SMART EHR launch sequence.
|
|
143
148
|
*/
|