isJwsValidationFailed property

bool get isJwsValidationFailed

Returns true if JWS signature validation failed.

This error occurs when the JWS signature of the pinning configuration cannot be verified with the provided public key.

Implementation

bool get isJwsValidationFailed => code == 'JWS_VALIDATION_FAILED';