Table of Contents

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

string

IsEmpty

public bool IsEmpty { get; }

Property Value

bool

Kid

[ConfigurationProperty("Kid", IsRequired = true)]
public string Kid { get; protected set; }

Property Value

string

PemPath

[ConfigurationProperty("PemPath", IsRequired = true)]
public string PemPath { get; protected set; }

Property Value

string

Tenant

[ConfigurationProperty("Tenant", IsRequired = true)]
public string Tenant { get; protected set; }

Property Value

string