Table of Contents

Class APIKeyAccessData

Spazio dei nomi
easyar

Dati di autenticazione per il servizio cloud EasyAR che utilizza la chiave API. Per informazioni sui dati, visita il Centro di sviluppo EasyAR (https://www.easyar.cn) per ottenerli.

Ereditarietà
APIKeyAccessData

Proprietà

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

Constructs a new instance of the APIKeyAccessData class

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

Parametri

appId
serverAddress
apiKey
apiSecret

apiKey

Chiave API.

apiKey: string;

apiSecret

Segreto API.

apiSecret: string;