ValidationError

data class ValidationError(val field: String, val state: String? = null, val cause: Throwable) : AuthnResponseResult(source)

Error when validating the vpToken or idToken

Constructors

Link copied to clipboard
constructor(field: String, state: String? = null, cause: Throwable)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard