|
iceberg-cpp
|
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 |
Response from an OAuth2 token endpoint.