Table of Contents

Class APIKeyAccessData

名前空間
easyar

API Key を使用する EasyAR クラウドサービス認証データ。関連データは EasyAR Developer Center(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;