Table of Contents

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

appId
serverAddress
apiKey
apiSecret

apiKey

API-Key.

apiKey: string;

apiSecret

API-Secret.

apiSecret: string;