Table of Contents

Class APIKeyAccessData

네임스페이스
easyar

EasyAR 클라우드 서비스 인증 데이터를 위한 API Key입니다. 관련 데이터는 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;