iceberg-cpp
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
iceberg::rest::OAuthTokenResponse Struct Reference

Response from an OAuth2 token endpoint. More...

#include <types.h>

Public Member Functions

Status Validate () const
 Validates the token response.
 
bool operator== (const OAuthTokenResponse &) const =default
 

Public Attributes

std::string access_token
 
std::string token_type
 
std::optional< int64_t > expires_in_secs
 
std::string issued_token_type
 
std::string refresh_token
 
std::string scope
 

Detailed Description

Response from an OAuth2 token endpoint.


The documentation for this struct was generated from the following files: