Table of Contents

Class APIKeyAccessData

Espaço de nomes
easyar

Dados de autenticação do serviço em nuvem EasyAR usando API Key. Visite o EasyAR Developer Center (https://www.easyar.cn) para obter os dados relacionados.

Herança
APIKeyAccessData

Propriedades

(constructor)(appId, serverAddress, apiKey, apiSecret)

Constructs a new instance of the APIKeyAccessData class

constructor(appId: string, serverAddress: string, apiKey: string, apiSecret: string);

Parâmetros

appId
serverAddress
apiKey
apiSecret

apiKey

API Key。

apiKey: string;

apiSecret

API Secret。

apiSecret: string;