You are here

protected property CasUserManager::$externalAuth in CAS 2.x

Same name and namespace in other branches
  1. 8 src/Service/CasUserManager.php \Drupal\cas\Service\CasUserManager::externalAuth

Used to include the externalauth service from the external_auth module.

Type: \Drupal\externalauth\ExternalAuthInterface

File

src/Service/CasUserManager.php, line 45

Class

CasUserManager
Provides the 'cas.user_manager' service default implementation.

Namespace

Drupal\cas\Service

Code

protected $externalAuth;