Table of Contents

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

appId
serverAddress
apiKey
apiSecret

apiKey

API Key。

apiKey: string;

apiSecret

API Secret。

apiSecret: string;