Skip to content

Commit 48a3b88

Browse files
committed
Domain sync
1 parent e2770e5 commit 48a3b88

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/FusionAuthClient.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7759,7 +7759,10 @@ export interface NintendoApplicationConfiguration extends BaseIdentityProviderAp
77597759
buttonText?: string;
77607760
client_id?: string;
77617761
client_secret?: string;
7762+
emailClaim?: string;
77627763
scope?: string;
7764+
uniqueIdClaim?: string;
7765+
usernameClaim?: string;
77637766
}
77647767

77657768
/**
@@ -7771,7 +7774,10 @@ export interface NintendoIdentityProvider extends BaseIdentityProvider<NintendoA
77717774
buttonText?: string;
77727775
client_id?: string;
77737776
client_secret?: string;
7777+
emailClaim?: string;
77747778
scope?: string;
7779+
uniqueIdClaim?: string;
7780+
usernameClaim?: string;
77757781
}
77767782

77777783
/**
@@ -7821,6 +7827,7 @@ export interface OAuthError {
78217827
error_reason?: OAuthErrorReason;
78227828
error_uri?: string;
78237829
two_factor_id?: string;
7830+
two_factor_methods?: Array<TwoFactorMethod>;
78247831
}
78257832

78267833
export enum OAuthErrorReason {
@@ -8204,6 +8211,7 @@ export interface ReactorStatus {
82048211
breachedPasswordDetection?: ReactorFeatureStatus;
82058212
connectors?: ReactorFeatureStatus;
82068213
entityManagement?: ReactorFeatureStatus;
8214+
expiration?: string;
82078215
licensed?: boolean;
82088216
scimServer?: ReactorFeatureStatus;
82098217
threatDetection?: ReactorFeatureStatus;

0 commit comments

Comments
 (0)