Zendesk\API\Resources\Core\OAuthTokens::current PHP Method

current() public method

Shows the current token
public current ( ) : stdClass
return stdClass | null
    public function current()
    {
        return $this->client->get($this->getRoute(__FUNCTION__));
    }