File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments