APIKeyAccessData Class¶
Description¶
EasyAR cloud service authentication data using API Key. You can get the data from EasyAR Develop Center (https://www.easyar.com).
Fields¶
ServerAddress¶
- C#
public string ServerAddress
Server Address.
APIKey¶
- C#
public string APIKey
API Key.
APISecret¶
- C#
public string APISecret
API Secret.
AppID¶
- C#
public string AppID
Service AppID.