Psecio\Jwt\Claim\Custom::setType PHP Метод

setType() публичный Метод

Set the claim type
public setType ( string $type ) : Claim
$type string Claim type
Результат Psecio\Jwt\Claim instance
    public function setType($type)
    {
        $this->type = $type;
        return $this;
    }