Class APIKeyAccessData
- Ruang Nama
- easyar
Data autentikasi layanan cloud EasyAR yang menggunakan API Key. Kunjungi EasyAR Developer Center (https://www.easyar.cn) untuk memperoleh data terkait.
- Pewarisan
-
APIKeyAccessData
Properti
(constructor)(appId, serverAddress, apiKey, apiSecret)
Constructs a new instance of the APIKeyAccessData class
constructor(appId: string, serverAddress: string, apiKey: string, apiSecret: string);
Parameter
appIdserverAddressapiKeyapiSecret
apiKey
API Key。
apiKey: string;
apiSecret
API Secret。
apiSecret: string;