You are here

public function CasServerConfig::setVerify in CAS 8

Same name and namespace in other branches
  1. 2.x src/CasServerConfig.php \Drupal\cas\CasServerConfig::setVerify()

Set SSL cert verification method.

Parameters

int $verify: The verification method.

File

src/CasServerConfig.php, line 202

Class

CasServerConfig
Class CasServerConfig.

Namespace

Drupal\cas

Code

public function setVerify($verify) {
  $this->verify = $verify;
}