Table of Contents

Class APIKeyAccessData

名前空間
easyar

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キー。

apiKey: string;

apiSecret

APIシークレット。

apiSecret: string;