Class TokenAccessData
- Namespace
- easyar
Authorization data for EasyAR cloud services using tokens. For related data, visit the EasyAR Developer Center (https://www.easyar.cn).
- Inheritance
-
TokenAccessData
Properties
(constructor)(appid, serverAddress, token)
Constructs a new instance of the TokenAccessData class
constructor(appid: string, serverAddress: string, token: string);
Parameters
appidserverAddresstoken
token
Token.
token: string;