public function CasServerConfig::getVerify in CAS 8
Same name and namespace in other branches
- 2.x src/CasServerConfig.php \Drupal\cas\CasServerConfig::getVerify()
Get SSL cert verification method.
Return value
int The SSL cert verification method.
1 call to CasServerConfig::getVerify()
- CasServerConfig::getCasServerGuzzleConnectionOptions in src/
CasServerConfig.php - Gets config data for guzzle communications with the CAS server.
File
- src/
CasServerConfig.php, line 212
Class
- CasServerConfig
- Class CasServerConfig.
Namespace
Drupal\casCode
public function getVerify() {
return $this->verify;
}