Skip to content

Backwards incompatible changes: client module - release 1.5.29 #397

Closed
@ddobrin

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

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions