Table of Contents

Class ServiceContext

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

Represents the service provider.

public class ServiceContext

Inheritance

objectServiceContext

Constructors

ServiceContext(string, string, string, string)

Initializes a new instance of the FastReport.Olap.Cloud.OAuth.ServiceContext class with a specified parameters.

public ServiceContext(string requestTokenUrl, string userAuthorizationUrl, string callbackUrl, string accessTokenUrl)

Parameters

requestTokenUrl string

The request token URL.

userAuthorizationUrl string

The user authorization URL.

callbackUrl string

The callback URL.

accessTokenUrl string

The access token URL.

Properties

AccessTokenUrl

Gets the access token URL.

public string AccessTokenUrl { get; }

Property Value

string

CallbackUrl

Gets the callback URL.

public string CallbackUrl { get; }

Property Value

string

RequestTokenUrl

Gets the request token URL.

public string RequestTokenUrl { get; }

Property Value

string

UserAuthorizationUrl

Gets the user authorization URL.

public string UserAuthorizationUrl { get; }

Property Value

string