Table of Contents

Class APIKeyAccessData

Spazio dei nomi
easyar

Dati di autenticazione del servizio cloud EasyAR che usano API Key. Visitare EasyAR Developer Center (https://www.easyar.cn) per ottenere i dati relativi.

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

API Key。

apiKey: string;

apiSecret

API Secret。

apiSecret: string;