Macro need_authentication

Source
macro_rules! need_authentication {
    ($self:ident) => { ... };
}