Class RVOAuthDataSourceCredential

Used for OAuth Client Credentials authentication.

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

Constructors

RVOAuthDataSourceCredential(String, String)

Declaration
public RVOAuthDataSourceCredential(string clientId, string clientSecret)
Parameters
Type Name Description
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

Implements

IRVDataSourceCredential