Classes for working with Cesium ion clients.
Information about the amount of storage available in a user's account.
int64_t total
The total number of bytes currently allowed to be used by this account.
int64_t available
The number of bytes available for additional asset uploads to this account.
int64_t used
The number of bytes currently being used by this account.
Contains of a Cesium ion user.
std::string email
The primary email address associated with this account.
std::string username
The account username.
bool emailVerified
If true, the email address has been verified for this account.
std::string avatar
A url to the profile image associated with this account.
std::vector< std::string > scopes
The array of scopes available with this token.
ProfileStorage storage
Information about the amount of storage available in the user's account.