Table of Contents

Class APIKeyAccessData

Espacio de nombres
easyar

APIKeyAccessData Uso de la clave API de datos de autenticación del servicio en la nube EasyAR. Para obtener más información, visite el centro de desarrollo de EasyAR (https://www.easyar.cn) para obtenerlo.

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;