You are here

public function SocialAuthUserManager::setSessionKeysToNullify in Social Auth 8

Sets the session keys to nullify if user could not logged in.

Parameters

array $session_keys: The session keys to nullify.

File

src/SocialAuthUserManager.php, line 134

Class

SocialAuthUserManager
Contains all logic that is related to Drupal user management.

Namespace

Drupal\social_auth

Code

public function setSessionKeysToNullify(array $session_keys) {
  $this->sessionKeys = $session_keys;
}