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

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

Save a CSRF token linked to the remote IP of the Http Request that created it.