ResetPasswordSucceed
Champs
| Champ | Type | Description |
|---|---|---|
token | String | Access token to authenticate the user just after the password reset (OAuth2 access token when the FF is ON, legacy Lexik JWT otherwise). Null when 2FA is required. |
refreshToken | String | OAuth2 refresh token. Null when the FF OAuth2 kill-switch is OFF (legacy Lexik path, no rotation) or when 2FA is required. |
expiresIn | Int | Seconds until the access token expires (900 for an OAuth2 access token). Null on the legacy path or when 2FA is required. |