Table of Contents

Class APIKeyAccessData

Namespace
easyar

APIKeyAccessData Authentifizierungsdaten für den EasyAR Cloud Service unter Verwendung des API Key. Weitere Informationen finden Sie im EasyAR Entwicklungszentrum (https://www.easyar.cn).

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-Schlüssel.

apiKey: string;

apiSecret

API-Geheimnis.

apiSecret: string;