cesium-native 0.43.0
Loading...
Searching...
No Matches
ApplicationData.h
1#pragma once
2
3#include <string>
4
5namespace CesiumIonClient {
6
31
42
47 std::string dataStoreType;
48
52 std::string attribution;
53
58 return this->authenticationMode != AuthenticationMode::SingleUser;
59 }
60};
61
62} // namespace CesiumIonClient
Classes for working with Cesium ion clients.
AuthenticationMode
An enumeration representing the values of the authenticationMode property in the appData response.
Data retrieved from the Cesium ion server via an "appData" request from Cesium ion....
AuthenticationMode authenticationMode
bool needsOauthAuthentication() const
Does the authenticationMode require OAuth authentication?