Skip to content

Commit 2e36aa6

Browse files
committed
sync domain
1 parent 969aa37 commit 2e36aa6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/FusionAuthClient.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4272,7 +4272,9 @@ export interface HYPRIdentityProvider extends BaseIdentityProvider<HYPRApplicati
42724272
}
42734273

42744274
export interface IdentityProviderDetails {
4275+
applicationIds?: Array<UUID>;
42754276
id?: UUID;
4277+
idpEndpoint?: string;
42764278
name?: string;
42774279
oauth2?: IdentityProviderOauth2Configuration;
42784280
type?: IdentityProviderType;

0 commit comments

Comments
 (0)