Package io.mosip.mimoto.dto.mimoto
Class AttestationVerificationResponseDTO
- java.lang.Object
-
- io.mosip.mimoto.dto.mimoto.AttestationVerificationResponseDTO
-
public class AttestationVerificationResponseDTO extends Object
-
-
Field Summary
Fields Modifier and Type Field Description StringerrorOptional field that is only set when the server encountered an error processing the request.booleanisValidSignature
-
Constructor Summary
Constructors Constructor Description AttestationVerificationResponseDTO()
-
-
-
Field Detail
-
isValidSignature
public boolean isValidSignature
-
error
public String error
Optional field that is only set when the server encountered an error processing the request.
-
-