Table of Contents

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);

参数

appId
serverAddress
apiKey
apiSecret

apiKey

API Key。

apiKey: string;

apiSecret

API Secret。

apiSecret: string;