Class APIKeyAccessData
- 命名空間
- easyar
APIKeyAccessData 使用API Key的EasyAR雲服務鑑權數據。有關數據請訪問EasyAR開發中心(https://www.easyar.cn)獲取。
- 繼承
-
APIKeyAccessData
屬性
(constructor)(appId, serverAddress, apiKey, apiSecret)
Constructs a new instance of the APIKeyAccessData class
constructor(appId: string, serverAddress: string, apiKey: string, apiSecret: string);
參數
appIdserverAddressapiKeyapiSecret
apiKey
API Key。
apiKey: string;
apiSecret
API Secret。
apiSecret: string;