Search Results for

    Show / Hide Table of Contents

    Class ConsumerContext

    Represents the consumer.

    Inheritance
    System.Object
    ConsumerContext
    Namespace: FastReport.Cloud.OAuth
    Assembly: FastReport.dll
    Syntax
    public class ConsumerContext

    Constructors

    ConsumerContext(String, String)

    Initializes a new instance of the ConsumerContext class.

    Declaration
    public ConsumerContext(string consumerKey, string consumerSecret)
    Parameters
    Type Name Description
    System.String consumerKey

    The consumer key.

    System.String consumerSecret

    The consumer secret.

    Properties

    ConsumerKey

    Gets the consumer key.

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

    ConsumerSecret

    Gest the consumer secret.

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

    SignatureMethod

    Gets the consumer's signature method.

    Declaration
    public string SignatureMethod { get; }
    Property Value
    Type Description
    System.String
    Back to top © 1998-2025 Copyright Fast Reports Inc.