Table of Contents

Class APIKeyAccessData

名前空間
easyar

APIKeyAccessData API Keyを使用したEasyARクラウドサービスの認証データ。詳細なデータについては、EasyAR開発センター(https://www.easyar.cn)にアクセスして取得してください。

継承
APIKeyAccessData

プロパティ

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

Constructs a new instance of the APIKeyAccessData class

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

パラメーター

appId
serverAddress
apiKey
apiSecret

apiKey

API Key。

apiKey: string;

apiSecret

API Secret。

apiSecret: string;