Table of Contents

Class APIKeyAccessData

Espace de noms
easyar

Données d'authentification du service cloud EasyAR utilisant API Key. Visitez EasyAR Developer Center (https://www.easyar.cn) pour obtenir les données associées.

Héritage
APIKeyAccessData

Propriétés

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

Constructs a new instance of the APIKeyAccessData class

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

Paramètres

appId
serverAddress
apiKey
apiSecret

apiKey

API Key。

apiKey: string;

apiSecret

API Secret。

apiSecret: string;