Grpc\AbstractCall::setCallCredentials PHP Method

setCallCredentials() public method

Set the CallCredentials for the underlying Call.
public setCallCredentials ( CallCredentials $call_credentials )
$call_credentials CallCredentials The CallCredentials object
    public function setCallCredentials($call_credentials)
    {
        $this->call->setCredentials($call_credentials);
    }