Home
last modified time | relevance | path

Searched refs:cbDeleteSession (Results 1 – 1 of 1) sorted by relevance

/plugin/adfs/phpsaml/lib/Saml2/
H A DAuth.php244 * @param callable $cbDeleteSession Callback to be executed to delete session
251 … = false, $requestId = null, $retrieveParametersFromServer = false, $cbDeleteSession = null, $stay… argument
266 if ($cbDeleteSession === null) {
269 call_user_func($cbDeleteSession);
281 if ($cbDeleteSession === null) {
284 call_user_func($cbDeleteSession);