You are here

public function KeycloakService::getCheckSessionIframeUrl in Keycloak OpenID Connect 8

Return the check session iframe URL.

Return value

string The URL of the Keycloak check session iframe.

Overrides KeycloakServiceInterface::getCheckSessionIframeUrl

File

src/Service/KeycloakService.php, line 318

Class

KeycloakService
Keycloak service.

Namespace

Drupal\keycloak\Service

Code

public function getCheckSessionIframeUrl() {
  return $this
    ->getEndpoints()['session_iframe'];
}