pub fn validate_execution_challenge(
challenge: &ExecutionChallengeResponse,
quote: &QuoteResponse,
) -> Result<(), SdkError>Expand description
Two-step path helper: check an execution challenge is bound to this quote and still inside its lifetime.