data class VerifyResult
Result of the verify method.
<init> |
Result of the verify method. VerifyResult(: Boolean, : String? = null) |
error |
optional error message if verification not successful val error: String? |
isValid |
passed verification val isValid: Boolean |