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