Class APIKeyAccessData
- Espacio de nombres
- easyar
Datos de autenticación del servicio en la nube EasyAR utilizando la API Key. Para obtener más información, visite el Centro de Desarrollo de EasyAR en https://www.easyar.cn.
- 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
appIdserverAddressapiKeyapiSecret
apiKey
API Key.
apiKey: string;
apiSecret
API Secret.
apiSecret: string;