Table of Contents

Class APIKeyAccessData

Namespace
easyar
Assembly
EasyAR.Sense.dll

Authentication data for EasyAR cloud services using API Key. For related data, please visit the EasyAR Development Center (https://www.easyar.cn) to obtain it.

[Serializable]
public sealed class APIKeyAccessData : ExplicitAddressAccessData
Inheritance
APIKeyAccessData
Inherited Members

Fields

APIKey

API Key.

public string APIKey

Field Value

APISecret

API Secret.

public string APISecret

Field Value