The machine-consumable JSON token.
(self)
| 78 | |
| 79 | /// The machine-consumable JSON token. |
| 80 | fn json(self) -> &'static str { |
| 81 | match self { |
| 82 | Attested::Fresh => "fresh", |
| 83 | Attested::Stale => "stale", |
| 84 | Attested::None => "none", |
| 85 | } |
| 86 | } |
| 87 | } |
| 88 | |
| 89 | /// The result of the DID-match-then-verify rule for one row. |
no outgoing calls
no test coverage detected