We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3312686 commit 26cdce6Copy full SHA for 26cdce6
src/FusionAuthClient.ts
@@ -6543,6 +6543,7 @@ export interface ReactorRequest {
6543
* @author Daniel DeGroff
6544
*/
6545
export interface ReactorStatus {
6546
+ advancedIdentityProviders?: ReactorFeatureStatus;
6547
advancedRegistrationForms?: ReactorFeatureStatus;
6548
breachedPasswordDetection?: ReactorFeatureStatus;
6549
breachedPasswordMetrics?: Record<UUID, BreachedPasswordTenantMetric>;
0 commit comments