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

Authentication session interface for REST catalog. More...

#include <memory>
#include <optional>
#include <string>
#include <unordered_map>
#include "iceberg/catalog/rest/http_request.h"
#include "iceberg/catalog/rest/iceberg_rest_export.h"
#include "iceberg/catalog/rest/type_fwd.h"
#include "iceberg/result.h"

Go to the source code of this file.

Classes

struct  iceberg::rest::auth::OAuth2SessionInfo
 OAuth2 metadata used to derive child authentication sessions. More...
 
class  iceberg::rest::auth::AuthSession
 An authentication session that can authenticate outgoing HTTP requests. 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

Authentication session interface for REST catalog.