Table of Contents

Class APIKeyAccessData

Namespace
easyar

Authentifizierungsdaten für den EasyAR-Clouddienst unter Verwendung des API-Schlüssels. 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-Secret.

apiSecret: string;