Table of Contents

Class APIKeyAccessData

Ruang Nama
easyar

Data otorisasi layanan cloud EasyAR yang menggunakan API Key. Untuk data tersebut, silakan kunjungi pusat pengembangan EasyAR (https://www.easyar.cn).

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

appId
serverAddress
apiKey
apiSecret

apiKey

API Key.

apiKey: string;

apiSecret

API Secret.

apiSecret: string;