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

fn get(
    idp_name: &'static str,
    req: &HttpRequest
) -> Result<CsrfToken, TelescopeError>
Expand description

Get the CSRF Token for a request’s IP from the global CSRF map.