[][src]Trait actix_wamp::AuthMethod

pub trait AuthMethod {
    fn auth_method(&self) -> &str;
fn challenge(
        &mut self,
        auth_id: &str,
        extra: &Map<String, Value>
    ) -> Result<(String, Map<String, Value>), Error>; }

Required methods

fn auth_method(&self) -> &str

fn challenge(
    &mut self,
    auth_id: &str,
    extra: &Map<String, Value>
) -> Result<(String, Map<String, Value>), Error>

Loading content...

Implementors

Loading content...