@tern-secure/types 1.1.0-canary.v20251019190011 → 1.1.0-canary.v20251020170039
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.
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -336,6 +336,7 @@ interface TernSecureHandlerOptions {
|
|
|
336
336
|
sessions?: SessionEndpointConfig;
|
|
337
337
|
};
|
|
338
338
|
tenantId?: string | null;
|
|
339
|
+
revokeRefreshTokensOnSignOut?: boolean;
|
|
339
340
|
enableCustomToken?: boolean;
|
|
340
341
|
debug?: boolean;
|
|
341
342
|
environment?: 'development' | 'production' | 'test';
|
package/dist/index.d.ts
CHANGED
|
@@ -336,6 +336,7 @@ interface TernSecureHandlerOptions {
|
|
|
336
336
|
sessions?: SessionEndpointConfig;
|
|
337
337
|
};
|
|
338
338
|
tenantId?: string | null;
|
|
339
|
+
revokeRefreshTokensOnSignOut?: boolean;
|
|
339
340
|
enableCustomToken?: boolean;
|
|
340
341
|
debug?: boolean;
|
|
341
342
|
environment?: 'development' | 'production' | 'test';
|