Function verify_checkout_hash_binding
pub fn verify_checkout_hash_binding(
checkout_hash: &str,
checkout_jwt: &str,
) -> Result<(), ViError>Expand description
Verify checkout_hash is B64U(SHA-256(ASCII(checkout_jwt))).