[][src]Function wascc_host::host::set_auth_hook

pub fn set_auth_hook<F>(hook: F) where
    F: Fn(&Token) -> bool + Sync + Send + 'static,