MediaWiki  master
CsrfTokenSetProvider.php
Go to the documentation of this file.
1 <?php
21 namespace MediaWiki\Session;
22 
29 
35  public function getCsrfTokenSet(): CsrfTokenSet;
36 }
getCsrfTokenSet()
Get a set of CSRF tokens to obtain and match specific tokens.