cesium-native 0.43.0
Loading...
Searching...
No Matches
CesiumIonClient::Profile Struct Referencefinal

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.
 

Detailed Description

Contains of a Cesium ion user.

See also
CesiumIonConnection#me

Definition at line 36 of file Profile.h.

Member Data Documentation

◆ 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

ProfileStorage CesiumIonClient::Profile::storage {0, 0, 0}

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: