Psecio\Jwt\Claim::getName PHP 메소드

getName() 공개 메소드

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