Skip to content

Commit 66fa300

Browse files
committed
domain sync
1 parent ab37875 commit 66fa300

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/FusionAuthClient.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -7354,11 +7354,8 @@ export enum IdentityProviderLinkingStrategy {
73547354
* @author Daniel DeGroff
73557355
*/
73567356
export interface IdentityProviderLinkRequest extends BaseEventRequest {
7357-
displayName?: string;
7358-
identityProviderId?: UUID;
7359-
identityProviderUserId?: string;
7357+
identityProviderLink?: IdentityProviderLink;
73607358
pendingIdPLinkId?: string;
7361-
userId?: UUID;
73627359
}
73637360

73647361
/**

0 commit comments

Comments
 (0)