Class APIKeyAccessData
- Namespace
- easyar
EasyAR cloud service authentication data using API Key. Visit EasyAR Developer Center (https://www.easyar.cn) to obtain related data.
- Inheritance
-
APIKeyAccessData
Properties
(constructor)(appId, serverAddress, apiKey, apiSecret)
Constructs a new instance of the APIKeyAccessData class
constructor(appId: string, serverAddress: string, apiKey: string, apiSecret: string);
Parameters
appIdserverAddressapiKeyapiSecret
apiKey
API Key。
apiKey: string;
apiSecret
API Secret。
apiSecret: string;