MediaWiki master
CsrfTokenSetProvider.php
Go to the documentation of this file.
1<?php
7namespace MediaWiki\Session;
8
16
22 public function getCsrfTokenSet(): CsrfTokenSet;
23}
Stores and matches CSRF tokens belonging to a given session user.
Provide an instance of CsrfTokenSet.
getCsrfTokenSet()
Get a set of CSRF tokens to obtain and match specific tokens.