diff --git a/src/FusionAuthClient.ts b/src/FusionAuthClient.ts index 64c3f7d..8b68124 100644 --- a/src/FusionAuthClient.ts +++ b/src/FusionAuthClient.ts @@ -7791,6 +7791,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 */