Skip to main content

default_csrf_token_names

Function default_csrf_token_names 

Source
pub fn default_csrf_token_names() -> &'static CsrfTokenNames
Expand description

Returns the shared default CSRF token names.

This is intended for compatibility helpers and tests. Product integrations that support service-specific names should construct and store their own CsrfTokenNames instead.