@frontegg/rest-api
Advanced tools
Comparing version 7.55.0 to 7.56.0-alpha.0
@@ -52,2 +52,4 @@ export * from './secutiry-poilicy'; | ||
* and then `loginWithMfa` should be called with the mfaToken and generated code. | ||
* If the password is expired, the server will return resetPasswordToken. | ||
* If password rotation configuration is enabled and password not expired, the server will return passwordExpiresIn and notificationPeriod. | ||
* Otherwise, the server will accessToken and refreshToken. | ||
@@ -54,0 +56,0 @@ * The refresh token should be used to renew your access token by calling `refreshToken`. |
@@ -57,2 +57,6 @@ import { UserEntitlementsContext as UserEntitlementsResponseV2 } from '@frontegg/entitlements-javascript-commons'; | ||
auth_time?: number; | ||
resetPasswordToken?: string; | ||
passwordExpiresIn?: number; | ||
notificationPeriod?: number; | ||
userId?: string; | ||
}; | ||
@@ -59,0 +63,0 @@ export type ILoginResponseV2 = { |
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v7.55.0 | ||
/** @license Frontegg v7.56.0-alpha.0 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v7.55.0 | ||
/** @license Frontegg v7.56.0-alpha.0 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
{ | ||
"name": "@frontegg/rest-api", | ||
"version": "7.55.0", | ||
"version": "7.56.0-alpha.0", | ||
"main": "./node/index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
516408
13506
2