Table of Contents

Class APIKeyAccessData

Espacio de nombres
easyar

Datos de autenticación del servicio en la nube de EasyAR que usan API Key. Visite EasyAR Developer Center (https://www.easyar.cn) para obtener los datos relacionados.

Herencia
APIKeyAccessData

Propiedades

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

Constructs a new instance of the APIKeyAccessData class

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

Parámetros

appId
serverAddress
apiKey
apiSecret

apiKey

API Key。

apiKey: string;

apiSecret

API Secret。

apiSecret: string;