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;