Parse token response from JSON has side effects

Issue #206 resolved
Former user created an issue
com.nimbusds.oauth2.sdk.TokenResponse.parse(net.minidev.json.JSONObject jsonObject)

Unexpectedly modifies the jsonObject parameter by removing the access_token and token_type members.

Comments (4)

  1. Log in to comment