Table of Contents

Class TokenAccessData

Namespace
easyar

TokenAccessData Authentication data for EasyAR cloud services using tokens. For related data, please visit the EasyAR Developer Center (https://www.easyar.cn) to obtain.

Inheritance
TokenAccessData

Properties

(constructor)(appid, serverAddress, token)

Constructs a new instance of the TokenAccessData class

constructor(appid: string, serverAddress: string, token: string);

Parameters

appid
serverAddress
token

token

Token.

token: string;