cesium-native
0.41.0
|
Data retrieved from the Cesium ion server via an "appData" request from Cesium ion. This actually represents information about the server itself. More...
#include <CesiumIonClient/ApplicationData.h>
Public Member Functions | |
bool | needsOauthAuthentication () const |
Public Attributes | |
AuthenticationMode | authenticationMode |
std::string | dataStoreType |
std::string | attribution |
Data retrieved from the Cesium ion server via an "appData" request from Cesium ion. This actually represents information about the server itself.
Definition at line 37 of file ApplicationData.h.
std::string CesiumIonClient::ApplicationData::attribution |
The attribution HTML for this ion server.
Definition at line 52 of file ApplicationData.h.
AuthenticationMode CesiumIonClient::ApplicationData::authenticationMode |
The authentication mode that the ion server is running in.
Definition at line 41 of file ApplicationData.h.
std::string CesiumIonClient::ApplicationData::dataStoreType |
The type of store used by this ion server to hold files. Known values: FILE_SYSTEM, S3
Definition at line 47 of file ApplicationData.h.