You are here

public function SamlUserService::logout in SAML Authentication 8

Ends the current session.

File

src/SamlUserService.php, line 113
Contains Drupal\samlauth\SamlService.

Class

SamlUserService
Class SamlUserService.

Namespace

Drupal\samlauth

Code

public function logout() {
  user_logout();
}