Class RVOAuthDataSourceCredential
Used for OAuth Client Credentials authentication.
Inheritance
System.Object
RVOAuthDataSourceCredential
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Reveal.Sdk.Data
Assembly: Reveal.UI.Sdk.dll
Syntax
public class RVOAuthDataSourceCredential : 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 |