@medplum/fhirtypes 4.1.4 → 4.1.5
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.
|
@@ -164,6 +164,12 @@ export interface ClientApplication {
|
|
|
164
164
|
* Optional configuration to set the refresh token duration
|
|
165
165
|
*/
|
|
166
166
|
refreshTokenLifetime?: string;
|
|
167
|
+
|
|
168
|
+
/**
|
|
169
|
+
* Optional CORS allowed origin for the client application. By default,
|
|
170
|
+
* all origins are allowed.
|
|
171
|
+
*/
|
|
172
|
+
allowedOrigin?: string[];
|
|
167
173
|
}
|
|
168
174
|
|
|
169
175
|
/**
|