Class RVMicrosoftEntraIDDataSourceCredential

Used for Microsoft Entra ID authentication.

Inheritance
System.Object
RVMicrosoftEntraIDDataSourceCredential
Implements
Namespace: Reveal.Sdk.Data
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public class RVMicrosoftEntraIDDataSourceCredential : Object, IRVDataSourceCredential

Constructors

RVMicrosoftEntraIDDataSourceCredential(String, String, String)

Declaration
public RVMicrosoftEntraIDDataSourceCredential(string tenantId, string clientId, string clientSecret)
Parameters
Type Name Description
System.String tenantId
System.String clientId
System.String clientSecret

Properties

ClientId

Declaration
public string ClientId { get; }
Property Value
Type Description
System.String

ClientSecret

Declaration
public string ClientSecret { get; }
Property Value
Type Description
System.String

TenantId

Declaration
public string TenantId { get; }
Property Value
Type Description
System.String

Implements

IRVDataSourceCredential