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

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

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