Skip to main content

AgentAuth

Trait AgentAuth 

Source
pub trait AgentAuth: Send + Sync {
    // Required method
    fn verify_agent_allowed_to_connect(
        &mut self,
        request: &RegistrationRequest,
    ) -> Result<(), FeagiAgentError>;
}

Required Methods§

Implementors§