You are here

public function ApiClient::isLoggedIn in Rocket.Chat 8.2

Same name and namespace in other branches
  1. 8 modules/rocket_chat_api/src/RocketChat/ApiClient.php \Drupal\rocket_chat_api\RocketChat\ApiClient::isLoggedIn()

Is the Client Logged in.

Return value

bool Are we Logged in?

File

modules/rocket_chat_api/src/RocketChat/ApiClient.php, line 73

Class

ApiClient
Class ApiClient.

Namespace

Drupal\rocket_chat_api\RocketChat

Code

public function isLoggedIn() : bool {
  return $this->loggedIn;
}