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);
パラメーター
appIdserverAddressapiKeyapiSecret
apiKey
API Key。
apiKey: string;
apiSecret
API Secret。
apiSecret: string;