iceberg-cpp
Loading...
Searching...
No Matches
Classes | Namespaces
token_refresh_scheduler.h File Reference

Global scheduler for OAuth2 token refresh tasks. More...

#include <chrono>
#include <condition_variable>
#include <cstdint>
#include <functional>
#include <mutex>
#include <thread>
#include <vector>
#include "iceberg/catalog/rest/iceberg_rest_export.h"

Go to the source code of this file.

Classes

class  iceberg::rest::auth::TokenRefreshScheduler
 A process-global scheduler for delayed token refresh tasks. More...
 

Namespaces

namespace  iceberg
 Core Apache Iceberg C++ APIs.
 
namespace  iceberg::rest
 REST catalog APIs.
 
namespace  iceberg::rest::auth
 REST catalog authentication APIs.
 

Detailed Description

Global scheduler for OAuth2 token refresh tasks.