Class Token
Represents the OAuth token credentials.
Inheritance
System.Object
Token
Namespace: FastReport.Cloud.OAuth
Assembly: FastReport.dll
Syntax
public class Token
Constructors
Token(String, String)
Initializes a new instance of the Token class.
Declaration
public Token(string tokenKey, string tokenSecret)
Parameters
Type | Name | Description |
---|---|---|
System.String | tokenKey | The token key. |
System.String | tokenSecret | The token secret. |
Properties
TokenKey
Gets the token key.
Declaration
public string TokenKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TokenSecret
Gets the token secret.
Declaration
public string TokenSecret { get; set; }
Property Value
Type | Description |
---|---|
System.String |