Psecio\Jwt\ClaimsCollection::count PHP Method

count() public method

Return a count of the current data
public count ( ) : integer
return integer Count result
    public function count()
    {
        return count($this->claims);
    }