public function KeycloakServiceInterface::setSessionInfo in Keycloak OpenID Connect 8
Store the Keycloak session information to the user session.
Parameters
array $info: Associative array with session information. The information that will be stored is limited to the allowed keys returned by self::getSessionInfoDefaultKeys().
Return value
bool TRUE, if the information was set, FALSE otherwise.
1 method overrides KeycloakServiceInterface::setSessionInfo()
- KeycloakService::setSessionInfo in src/
Service/ KeycloakService.php - Store the Keycloak session information to the user session.
File
- src/
Service/ KeycloakServiceInterface.php, line 174
Class
- KeycloakServiceInterface
- Keycloak service interface.
Namespace
Drupal\keycloak\ServiceCode
public function setSessionInfo(array $info);