Table of Contents

Class TokenAccessData

Namespace
easyar

Authentifizierungsdaten für den EasyAR Cloud Service mit Token. Weitere Informationen finden Sie im EasyAR Entwicklungszentrum (https://www.easyar.cn).

Vererbung
TokenAccessData

Eigenschaften

(constructor)(appid, serverAddress, token)

Constructs a new instance of the TokenAccessData class

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

Parameter

appid
serverAddress
token

token

Token.

token: string;