cesium-native  0.41.0
CesiumIonClient::ApplicationData Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ attribution

std::string CesiumIonClient::ApplicationData::attribution

The attribution HTML for this ion server.

Definition at line 52 of file ApplicationData.h.

◆ authenticationMode

AuthenticationMode CesiumIonClient::ApplicationData::authenticationMode

The authentication mode that the ion server is running in.

Definition at line 41 of file ApplicationData.h.

◆ dataStoreType

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.


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