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 1fb9a73 commit 660aa63Copy full SHA for 660aa63
src/FusionAuthClient.ts
@@ -6503,6 +6503,7 @@ export interface BaseIdentityProvider<D extends BaseIdentityProviderApplicationC
6503
linkingStrategy?: IdentityProviderLinkingStrategy;
6504
name?: string;
6505
tenantConfiguration?: Record<UUID, IdentityProviderTenantConfiguration>;
6506
+ tenantId?: UUID;
6507
type?: IdentityProviderType;
6508
}
6509
@@ -8473,6 +8474,7 @@ export interface IdentityProviderResponse {
8473
8474
export interface IdentityProviderSearchCriteria extends BaseSearchCriteria {
8475
applicationId?: UUID;
8476
8477
8478
8479
8480
0 commit comments