Contains of a Cesium ion user.
More...
#include <CesiumIonClient/Profile.h>
|
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.
- See also
- CesiumIonConnection#me
Definition at line 36 of file Profile.h.
◆ avatar
std::string CesiumIonClient::Profile::avatar {} |
A url to the profile image associated with this account.
Definition at line 65 of file Profile.h.
◆ email
std::string CesiumIonClient::Profile::email {} |
The primary email address associated with this account.
Definition at line 55 of file Profile.h.
◆ emailVerified
bool CesiumIonClient::Profile::emailVerified = false |
If true, the email address has been verified for this account.
Definition at line 60 of file Profile.h.
◆ id
int64_t CesiumIonClient::Profile::id = -1 |
The unique identifier for this account.
Definition at line 40 of file Profile.h.
◆ scopes
std::vector<std::string> CesiumIonClient::Profile::scopes {} |
The array of scopes available with this token.
Definition at line 45 of file Profile.h.
◆ storage
Information about the amount of storage available in the user's account.
Definition at line 71 of file Profile.h.
◆ username
std::string CesiumIonClient::Profile::username {} |
The account username.
Definition at line 50 of file Profile.h.
The documentation for this struct was generated from the following file:
- /home/runner/work/cesium-native/cesium-native/CesiumIonClient/include/CesiumIonClient/Profile.h