Table of Contents

Interface ILicensingApiConfig

Namespace
Tenduke.Core.Config
Assembly
Tenduke.Core.dll

Configuration settings associated with or required to access the 10Duke licensing API.

public interface ILicensingApiConfig : IConfig
Inherited Members
Extension Methods

Properties

LicensingApiAuthorizationModel

Gets/Sets the method of authorization used for Scale API calls.

ApiAuthorizationModel LicensingApiAuthorizationModel { get; set; }

Property Value

ApiAuthorizationModel

LicensingApiUrl

Gets/Sets the root URL for Licensing API.

Uri? LicensingApiUrl { get; set; }

Property Value

Uri