Class AirthingsOptions
- Namespace
- Tudormobile.Airthings.Service
- Assembly
- Airthings.Service.dll
Configuration options for the Airthings Service.
public class AirthingsOptions
- Inheritance
-
AirthingsOptions
- Inherited Members
Constructors
AirthingsOptions()
public AirthingsOptions()
Properties
ApiKey
Gets or sets the API key used to authenticate callers of this service.
public string ApiKey { get; set; }
Property Value
ClientId
Gets or sets the Airthings OAuth2 client ID.
public string ClientId { get; set; }
Property Value
ClientSecret
Gets or sets the Airthings OAuth2 client secret.
public string ClientSecret { get; set; }