@medplum/fhirtypes 3.2.30 → 3.2.31
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.
|
@@ -148,6 +148,11 @@ export interface ClientApplication {
|
|
|
148
148
|
*/
|
|
149
149
|
identityProvider?: IdentityProvider;
|
|
150
150
|
|
|
151
|
+
/**
|
|
152
|
+
* Optional configuration to set the access token duration
|
|
153
|
+
*/
|
|
154
|
+
accessTokenLifetime?: string;
|
|
155
|
+
|
|
151
156
|
/**
|
|
152
157
|
* Optional configuration to set the refresh token duration
|
|
153
158
|
*/
|