Skip to content

v2.1.194

Choose a tag to compare

@mittwald-machine mittwald-machine released this 05 Mar 19:32
· 27 commits to master since this release

Added

  • Introduced a refreshToken field in the ChangePasswordOKResponse and ChangePasswordOKResponseBody classes.
    • 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 ChangePasswordOKResponseBody now accepts a refreshToken as an argument.
  • Added a getRefreshToken method to retrieve the refreshToken.
  • Included a withRefreshToken method to facilitate fluent interface usage while updating the refreshToken.
  • Updated the hydration method to correctly process the new refreshToken from input data.
  • The output serialization method now includes the refreshToken in the response output.