Backwards incompatible changes: client module - release 1.5.29 #397
Closed
Description
The OauthHelper class exposes the getToken() method.
It returned a TokenResponse and it returns a different response at this time: Result, where Result is: com.networknt.monad.Result;
Code at my client fails with this change and it makes the release backwards incompatible.
The fix should include:
- documentation for the change to getToken()
- sample code light-example