You are here

public function LockrClient::hasCert in Lockr 7.3

Whether the request will have a client cert attached.

Return value

bool

File

vendor/lockr/lockr/src/LockrClient.php, line 39

Class

LockrClient

Namespace

Lockr

Code

public function hasCert() {
  return $this->hasCert;
}