Archicad 29 C++ API
|
Serves as a means to query various unique identifiers of the logged-in user, facilitating stable user identification. More...
#include <GSID.hpp>
Public Member Functions | |
Result< std::set< GS::UniString > > | GetOrganizationIds () const |
Function used to query the organization identifiers belonging to the logged-in user. | |
Result< GS::UniString > | GetUserId () const |
Function used to query the GSID User ID of the logged-in user. | |
![]() | |
Object (std::shared_ptr< Impl::ObjectImpl > impl) | |
Constructs a new object. | |
const API_Token & | GetToken () const |
Get the token for this object. | |
Friends | |
Result< GSID > | CreateGSIDObject () |
Creates an instance of class GSID. | |
Additional Inherited Members | |
![]() | |
~Object () | |
Default destructor. | |
![]() | |
std::shared_ptr< Impl::ObjectImpl > | mImpl |
Impl object given by constructor. | |
Serves as a means to query various unique identifiers of the logged-in user, facilitating stable user identification.
Result< std::set< GS::UniString > > ACAPI::GSID::GetOrganizationIds | ( | ) | const |
Function used to query the organization identifiers belonging to the logged-in user.
Result< GS::UniString > ACAPI::GSID::GetUserId | ( | ) | const |
Function used to query the GSID User ID of the logged-in user.