49 std::optional<std::vector<int64_t>>
assetIds{};
Classes for working with Cesium ion clients.
A Cesium ion access token.
std::string token
The token value.
std::optional< std::vector< std::string > > allowedUrls
The URLs from which this token can be accessed.
std::string dateModified
The date and time that this token was last modified, in RFC 3339 format.
std::optional< std::vector< int64_t > > assetIds
The IDs of the assets that can be accessed using this token.
std::string name
The name of the token.
std::vector< std::string > scopes
The scopes granted by this token.
bool isDefault
True if this is the default token.
std::string dateAdded
The date and time that this token was created, in RFC 3339 format.
std::string dateLastUsed
The date and time that this token was last used, in RFC 3339 format.