Class APIKeyAccessData
- Namespace
- easyar
APIKeyAccessData Authentication data for EasyAR cloud services using the API Key. For this data, please visit the EasyAR Development Center at https://www.easyar.cn to obtain.
- 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;