Psecio\Jwt\Claim::getName PHP Méthode

getName() public méthode

Get the name value for the current instance
public getName ( ) : string
Résultat string Name value
    public function getName()
    {
        return $this->name;
    }