Auth0\SDK\API\Management\Blacklists::getAll PHP Метод

getAll() публичный Метод

public getAll ( $aud )
    public function getAll($aud)
    {
        return $this->apiClient->get()->blacklists()->tokens()->withParam('aud', $aud)->call();
    }