Table of Contents

Class Token

Namespace: FastReport.Olap.Cloud.OAuth
Assembly: FastCube.Core.dll

Represents the OAuth token credentials.

public class Token

Inheritance

objectToken

Constructors

Token(string, string)

Initializes a new instance of the FastReport.Olap.Cloud.OAuth.Token class.

public Token(string tokenKey, string tokenSecret)

Parameters

tokenKey string

The token key.

tokenSecret string

The token secret.

Properties

TokenKey

Gets the token key.

public string TokenKey { get; set; }

Property Value

string

TokenSecret

Gets the token secret.

public string TokenSecret { get; set; }

Property Value

string