Class ConsumerContext
Namespace: FastReport.Olap.Cloud.OAuth
Assembly: FastCube.Core.dll
Represents the consumer.
public class ConsumerContext
Inheritance
Constructors
ConsumerContext(string, string)
Initializes a new instance of the FastReport.Olap.Cloud.OAuth.ConsumerContext class.
public ConsumerContext(string consumerKey, string consumerSecret)
Parameters
consumerKey
string
The consumer key.
consumerSecret
string
The consumer secret.
Properties
ConsumerKey
Gets the consumer key.
public string ConsumerKey { get; }
Property Value
ConsumerSecret
Gest the consumer secret.
public string ConsumerSecret { get; }
Property Value
SignatureMethod
Gets the consumer's signature method.
public string SignatureMethod { get; }