Class APIKeyAccessData
- Namespace
- easyar
Authentication data for EasyAR Cloud Service using API-Key. For details, please visit EasyAR Developer Center (https://www.easyar.cn).
- 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;