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
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
78267833export 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 ;
You can’t perform that action at this time.
0 commit comments