pub fn default_csrf_token_names() -> &'static CsrfTokenNamesExpand 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.