Verify the quote.
(self, pccs_url: Option<&str>)
| 633 | |
| 634 | /// Verify the quote. |
| 635 | pub async fn verify(self, pccs_url: Option<&str>) -> Result<VerifiedAttestation> { |
| 636 | self.verify_with_time(pccs_url, None).await |
| 637 | } |
| 638 | } |
| 639 | |
| 640 | #[derive(Clone, Encode, Decode)] |
no test coverage detected