Class SdkConfigurationAuth
- Namespace
- Sportradar.LiveData.Sdk.Services.SdkConfiguration.Sections
- Assembly
- Sportradar.LiveData.Sdk.dll
public class SdkConfigurationAuth : ConfigurationElement
- Inheritance
-
SdkConfigurationAuth
- Inherited Members
Properties
ClientId
[ConfigurationProperty("ClientId", IsRequired = true)]
public string ClientId { get; protected set; }
Property Value
IsEmpty
public bool IsEmpty { get; }
Property Value
Kid
[ConfigurationProperty("Kid", IsRequired = true)]
public string Kid { get; protected set; }
Property Value
PemPath
[ConfigurationProperty("PemPath", IsRequired = true)]
public string PemPath { get; protected set; }
Property Value
Tenant
[ConfigurationProperty("Tenant", IsRequired = true)]
public string Tenant { get; protected set; }