Zendesk\API\Resources\Core\OAuthTokens::current PHP 메소드

current() 공개 메소드

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