You are here

public function KeycloakServiceInterface::isKeycloakUser in Keycloak OpenID Connect 8

Whether the currently logged in user was logged in using Keycloak.

Return value

bool TRUE, if user was logged in using Keycloak, FALSE otherwise.

1 method overrides KeycloakServiceInterface::isKeycloakUser()
KeycloakService::isKeycloakUser in src/Service/KeycloakService.php
Whether the currently logged in user was logged in using Keycloak.

File

src/Service/KeycloakServiceInterface.php, line 140

Class

KeycloakServiceInterface
Keycloak service interface.

Namespace

Drupal\keycloak\Service

Code

public function isKeycloakUser();