public function UserAuthenticator::setSessionKeysToNullify in Social API 8.2
Same name and namespace in other branches
- 3.x src/User/UserAuthenticator.php \Drupal\social_api\User\UserAuthenticator::setSessionKeysToNullify()
Sets the session keys to nullify if user could not logged in.
Parameters
array $session_keys: The session keys to nullify.
File
- src/
User/ UserAuthenticator.php, line 136
Class
- UserAuthenticator
- Manages Drupal authentication tasks for Social API.
Namespace
Drupal\social_api\UserCode
public function setSessionKeysToNullify(array $session_keys) {
$this->sessionKeys = $session_keys;
}