Table of Contents

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

clientId string
tenant string
kid string
pemPath string

Properties

ClientId

public string ClientId { get; }

Property Value

string

Kid

public string Kid { get; }

Property Value

string

PemPath

public string PemPath { get; }

Property Value

string

Tenant

public string Tenant { get; }

Property Value

string