isClientAuthenticated method

bool isClientAuthenticated()

Implementation

bool isClientAuthenticated() {
  return clientToken != null;
}