Table of Contents

Class TokenAccessData

Namespace
easyar

EasyAR cloud service authentication data using token. Visit EasyAR Developer Center (https://www.easyar.cn) to obtain related data.

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;