cesium-native
0.41.0
|
Contains of a Cesium ion user. More...
#include <CesiumIonClient/Profile.h>
Public Attributes | |
int64_t | id = -1 |
The unique identifier for this account. | |
std::vector< std::string > | scopes {} |
The array of scopes available with this token. | |
std::string | username {} |
The account username. | |
std::string | email {} |
The primary email address associated with this account. | |
bool | emailVerified = false |
If true, the email address has been verified for this account. | |
std::string | avatar {} |
A url to the profile image associated with this account. | |
ProfileStorage | storage {0, 0, 0} |
Information about the amount of storage available in the user's account. | |
Contains of a Cesium ion user.