v2.1.194
·
27 commits
to master
since this release
Added
- Introduced a
refreshTokenfield in theChangePasswordOKResponseandChangePasswordOKResponseBodyclasses.- Purpose: This token allows users to refresh their access token even after it has expired.
Updated
- The required fields for the responses have been updated to include the new
refreshToken. - The constructor for
ChangePasswordOKResponseBodynow accepts arefreshTokenas an argument. - Added a
getRefreshTokenmethod to retrieve therefreshToken. - Included a
withRefreshTokenmethod to facilitate fluent interface usage while updating therefreshToken. - Updated the hydration method to correctly process the new
refreshTokenfrom input data. - The output serialization method now includes the
refreshTokenin the response output.