You are here

public function LinkedInAuthManager::getState in Social Auth LinkedIn 8.2

Same name and namespace in other branches
  1. 3.x src/LinkedInAuthManager.php \Drupal\social_auth_linkedin\LinkedInAuthManager::getState()

File

src/LinkedInAuthManager.php, line 95

Class

LinkedInAuthManager
Contains all the logic for LinkedIn OAuth2 authentication.

Namespace

Drupal\social_auth_linkedin

Code

public function getState() {
  return $this->client
    ->getState();
}