pub fn validate_execution_prepare(
prepared: &ExecutionPrepareResponse,
quote: &QuoteResponse,
challenge: &ExecutionChallengeResponse,
authorization: &ExecutionAuthorization,
) -> Result<(), SdkError>Expand description
Two-step path helper: check a prepared execution preserved the signed challenge bindings.