1.50.0 (2024-07-12)
Features Added
- Added support for
getRefreshAt()
functionality toAccessToken
to get the time at which the token should be refreshed. (#40982)
Bugs Fixed
- Fixed
SyncRestProxy
to returnInputStream
instead ofMono<InputStream>
. (#40982)