Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f7ed725a0d |
@@ -21,3 +21,4 @@ CMakeFiles/
|
|||||||
XCBuildData/
|
XCBuildData/
|
||||||
**/*.xcsettings
|
**/*.xcsettings
|
||||||
*.log
|
*.log
|
||||||
|
.idea
|
||||||
@@ -71,7 +71,7 @@ namespace speckle::record::cred {
|
|||||||
speckle::utility::String m_token;
|
speckle::utility::String m_token;
|
||||||
///Authorisation refresh token
|
///Authorisation refresh token
|
||||||
speckle::utility::String m_refreshToken;
|
speckle::utility::String m_refreshToken;
|
||||||
///?
|
///The account to have as the default selection in any UI
|
||||||
bool m_isDefault = false;
|
bool m_isDefault = false;
|
||||||
///True if the account is online
|
///True if the account is online
|
||||||
bool m_isOnline = true;
|
bool m_isOnline = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user