pub trait Authority {
// Required method
fn authorizes(&self, origin: &CanonicalIdentity) -> bool;
}Expand description
Local policy deciding which originating identities may be asserted.
Required Methods§
Whether this authentication service is authoritative for origin.