Class CommonIAMSettings
- Namespace
- Sportradar.LiveData.Sdk.Services.Authentication
- Assembly
- Sportradar.LiveData.Sdk.dll
public class CommonIAMSettings
- Inheritance
-
CommonIAMSettings
- Inherited Members
Constructors
CommonIAMSettings(string, string, string, string)
public CommonIAMSettings(string clientId, string tenant, string kid, string pemPath)
Parameters
Properties
ClientId
public string ClientId { get; }
Property Value
Kid
public string Kid { get; }
Property Value
PemPath
public string PemPath { get; }
Property Value
Tenant
public string Tenant { get; }