here-aaa-java-sdk
here-aaa-java-sdk copied to clipboard
HERE Authentication, Authorization, and Accounting Java Client library.
Bumps [async-http-client](https://github.com/AsyncHttpClient/async-http-client) from 1.8.17 to 1.9.0. Commits 63a708f [maven-release-plugin] prepare release async-http-client-1.9.0 a6e2fec Change web socket package into ws f2f5c8d [maven-release-plugin] prepare for next development iteration a064764 [maven-release-plugin] prepare release...
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.3 to 2.13.4.2. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
… they don't go negative.
When we add your library from Maven (0.4.23) to our SDK it pulls in both Apache httpclient and httpcore. This results in a duplicate META-INF/DEPENDENCIES resource: Caused by: com.android.builder.merge.DuplicateRelativeFileException: 2...
The README.md is always one version ahead of the actual published version of the here-aaa-java-sdk. The readme states to use: ` com.here.account here-oauth-client 0.4.23 ` But so far only version...
Hi I was using AAA SDK to get the access token but I still can't get it. I get a crash saying the following error java.lang.NoSuchFieldError: No static field INSTANCE...
Currently, the Client.Builder() class allows you to construct an instance without specifying, for example, a Serializer. The result is you get what appears to be a valid Client, but later...
Hi, I have observed a pattern regarding success or failure of the authorization request depending on whether the nonce was URL encoded while containing special characters. Removing the urlEncode() call...