Elcodi\Store\ConnectBundle\Entity\Authorization::__toString PHP Method

__toString() public method

Returns the attribute name
public __toString ( ) : string
return string
    public function __toString()
    {
        $date = $this->expirationDate->format(DateTime::ATOM);
        return "{$this->resourceOwnerName}#{$this->username}#{$date}";
    }