Class CredentialMatcherResult
java.lang.Object
com.pingidentity.sdk.pingonewallet.types.CredentialMatcherResult
The CredentialMatcherResult class contains a list of requestedKeys and the claims matching the filtering criteria from the presentation request.
-
Constructor Summary
ConstructorsConstructorDescriptionCredentialMatcherResult
(List<String> requestedKeys, List<com.pingidentity.did.sdk.types.Claim> claims) -
Method Summary
Modifier and TypeMethodDescriptionList<com.pingidentity.did.sdk.types.Claim>
Returns a list of Claims that contain the keys in requestedKeysReturns a list of the keys that were requested
-
Constructor Details
-
CredentialMatcherResult
-
-
Method Details