Skip to content

Commit c476d5f

Browse files
committed
Domain sync
1 parent 0f32a7e commit c476d5f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/FusionAuthClient.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7587,6 +7587,7 @@ export interface Tenant {
75877587
issuer?: string;
75887588
jwtConfiguration?: JWTConfiguration;
75897589
lastUpdateInstant?: number;
7590+
loginConfiguration?: TenantLoginConfiguration;
75907591
logoutURL?: string;
75917592
maximumPasswordAge?: MaximumPasswordAge;
75927593
minimumPasswordAge?: MinimumPasswordAge;
@@ -7612,6 +7613,13 @@ export interface TenantFormConfiguration {
76127613
adminUserFormId?: UUID;
76137614
}
76147615

7616+
/**
7617+
* @author Daniel DeGroff
7618+
*/
7619+
export interface TenantLoginConfiguration {
7620+
requireAuthentication?: boolean;
7621+
}
7622+
76157623
/**
76167624
* @author Mikey Sleevi
76177625
*/

0 commit comments

Comments
 (0)