public function Lockr::hasCert in Lockr 7.3
Whether the request will have a client cert attached.
Return value
bool
File
- vendor/lockr/lockr/src/Lockr.php, line 112
Class
- Lockr
Namespace
Lockr
Code
public function hasCert() {
return $this->client
->hasCert();
}