signedBlob property

String? signedBlob
getter/setter pair

The signature for the blob.

Does not include the original blob. After the key pair referenced by the key_id response field expires, Google no longer exposes the public key that can be used to verify the blob. As a result, the receiver can no longer verify the signature.

Implementation

core.String? signedBlob;