You are here

public function CasServerConfig::getVerify in CAS 8

Same name and namespace in other branches
  1. 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\cas

Code

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