Art4\JsonApiClient\Utils\AccessKey::__toString PHP Method

__toString() public method

Transforms the Key to a string
public __toString ( ) : string
return string
    public function __toString()
    {
        return $this->raw;
    }
AccessKey