File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -7759,7 +7759,10 @@ export interface NintendoApplicationConfiguration extends BaseIdentityProviderAp
7759
7759
buttonText ?: string ;
7760
7760
client_id ?: string ;
7761
7761
client_secret ?: string ;
7762
+ emailClaim ?: string ;
7762
7763
scope ?: string ;
7764
+ uniqueIdClaim ?: string ;
7765
+ usernameClaim ?: string ;
7763
7766
}
7764
7767
7765
7768
/**
@@ -7771,7 +7774,10 @@ export interface NintendoIdentityProvider extends BaseIdentityProvider<NintendoA
7771
7774
buttonText ?: string ;
7772
7775
client_id ?: string ;
7773
7776
client_secret ?: string ;
7777
+ emailClaim ?: string ;
7774
7778
scope ?: string ;
7779
+ uniqueIdClaim ?: string ;
7780
+ usernameClaim ?: string ;
7775
7781
}
7776
7782
7777
7783
/**
@@ -7821,6 +7827,7 @@ export interface OAuthError {
7821
7827
error_reason ?: OAuthErrorReason ;
7822
7828
error_uri ?: string ;
7823
7829
two_factor_id ?: string ;
7830
+ two_factor_methods ?: Array < TwoFactorMethod > ;
7824
7831
}
7825
7832
7826
7833
export enum OAuthErrorReason {
@@ -8204,6 +8211,7 @@ export interface ReactorStatus {
8204
8211
breachedPasswordDetection ?: ReactorFeatureStatus ;
8205
8212
connectors ?: ReactorFeatureStatus ;
8206
8213
entityManagement ?: ReactorFeatureStatus ;
8214
+ expiration ?: string ;
8207
8215
licensed ?: boolean ;
8208
8216
scimServer ?: ReactorFeatureStatus ;
8209
8217
threatDetection ?: ReactorFeatureStatus ;
You can’t perform that action at this time.
0 commit comments