pub fn verify(
credential: &Credential,
issuer_key: &VerifyingKey,
signature: &Signature,
now: u32,
) -> Result<(), VcError>Expand description
Verify the signature + expiry. Authenticates the claim’s ORIGIN (who issued it) and that it has not lapsed — NOT that the claim is true.