It adds a new property requestClaims to the JWTPayload, which can be used when making a selective disclosure request.
To prevent confusion with the previous JWTPayload property claim which is specific to the response from a Verified Claim request flow has been renamed to responseClaims.
Testing
Run the gradle command ./gradlew test cC --no-parallel
What's Here
This is a dependency for another PR https://github.com/uport-project/uport-android-sdk/pull/99
It adds a new property
requestClaims
to the JWTPayload, which can be used when making a selective disclosure request.To prevent confusion with the previous JWTPayload property
claim
which is specific to the response from a Verified Claim request flow has been renamed toresponseClaims
.Testing
Run the gradle command
./gradlew test cC --no-parallel