Function telescope::web::csrf::global_csrf_map[][src]

fn global_csrf_map(
) -> Arc<DashMap<(&'static str, String), (CsrfToken, DateTime<Utc>)>>
Expand description

Get the global lazy static CSRF map.