Table of Contents

Class APIKeyAccessData

Namespace
easyar

Authentifizierungsdaten des EasyAR-Cloud-Dienstes mit API Key. Besuchen Sie das EasyAR Developer Center (https://www.easyar.cn), um die entsprechenden Daten zu erhalten.

Vererbung
APIKeyAccessData

Eigenschaften

(constructor)(appId, serverAddress, apiKey, apiSecret)

Constructs a new instance of the APIKeyAccessData class

constructor(appId: string, serverAddress: string, apiKey: string, apiSecret: string);

Parameter

appId
serverAddress
apiKey
apiSecret

apiKey

API Key。

apiKey: string;

apiSecret

API Secret。

apiSecret: string;