Psecio\Jwt\Header::getType PHP Метод

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

Return the current type
public getType ( ) : string
Результат string Current type setting
    public function getType()
    {
        return $this->type;
    }