From 708283801377d036641f4a98aa5112d7dad30c02 Mon Sep 17 00:00:00 2001 From: Brian Pontarelli Date: Thu, 11 Dec 2025 14:18:49 -0700 Subject: [PATCH] Working --- src/FusionAuthClient.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/FusionAuthClient.ts b/src/FusionAuthClient.ts index 93753da..fc2211d 100644 --- a/src/FusionAuthClient.ts +++ b/src/FusionAuthClient.ts @@ -7654,6 +7654,19 @@ export interface ExternalJWTIdentityProvider extends BaseIdentityProviderfusionauth.fips.enabled. This can only be enabled once and + * should be enabled when the VM starts or as close to that point as possible. + *

+ * Once this has been enabled, it cannot be disabled. + *

+ * This also provides some helpers for FIPS things such as password length requirements. + * + * @author Brian Pontarelli & Daniel DeGroff + */ +export interface FIPS { +} + /** * @author Daniel DeGroff */