ocn-notary / snc.openchargingnetwork.notary / VerifyResult

VerifyResult

data class VerifyResult

Result of the verify method.

Constructors

<init>

Result of the verify method.

VerifyResult(isValid: Boolean, error: String? = null)

Properties

error

optional error message if verification not successful

val error: String?

isValid

passed verification

val isValid: Boolean