Skip to content

Commit 0b06e34

Browse files
committed
Domain sync for tokenExpirationInstant
1 parent ce4a7cc commit 0b06e34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/FusionAuthClient.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7419,6 +7419,7 @@ export interface LoginResponse {
74197419
state?: Record<string, any>;
74207420
threatsDetected?: Array<AuthenticationThreats>;
74217421
token?: string;
7422+
tokenExpirationInstant?: number;
74227423
twoFactorId?: string;
74237424
twoFactorTrustId?: string;
74247425
user?: User;
@@ -8220,6 +8221,7 @@ export interface RegistrationResponse {
82208221
registration?: UserRegistration;
82218222
registrationVerificationId?: string;
82228223
token?: string;
8224+
tokenExpirationInstant?: number;
82238225
user?: User;
82248226
}
82258227

@@ -9693,6 +9695,7 @@ export interface UserResponse {
96939695
emailVerificationId?: string;
96949696
registrationVerificationIds?: Record<UUID, string>;
96959697
token?: string;
9698+
tokenExpirationInstant?: number;
96969699
user?: User;
96979700
}
96989701

0 commit comments

Comments
 (0)