Class PresentationResult

java.lang.Object
com.pingidentity.sdk.pingonewallet.types.PresentationResult

public class PresentationResult extends Object
Result of a credential presentation
  • Constructor Details

    • PresentationResult

      public PresentationResult(boolean result, @Nullable Map<String,String> details, @Nullable Throwable error)
    • PresentationResult

      public PresentationResult(com.pingidentity.did.sdk.w3c.verifiableCredential.PresentationStatus presentationStatus, Map<String,String> details, Throwable error)
  • Method Details

    • isSuccessful

      public boolean isSuccessful()
      Deprecated.
    • getPresentationStatus

      public com.pingidentity.did.sdk.w3c.verifiableCredential.PresentationStatus getPresentationStatus()
      Whether or not the presentation was successful
      Returns:
      PresentationStatus
    • getDetails

      @Nullable public Map<String,String> getDetails()
      Details of credential presentation result if available
      Returns:
      Map containing presentation result if available
    • getError

      @Nullable public Throwable getError()
      Exceptions if any occur while presenting credentials
      Returns:
      Throwable