Revoke the delegation.
(&mut self)
| 521 | |
| 522 | /// Revoke the delegation. |
| 523 | pub fn revoke(&mut self) { |
| 524 | self.revoked = true; |
| 525 | self.revoked_at = Some(Utc::now()); |
| 526 | } |
| 527 | |
| 528 | /// Check if an operation is allowed by this delegation. |
| 529 | pub fn allows( |
no outgoing calls