Click or drag to resize

ReportClient Constructor

Initializes a new instance of the ReportClient class. click here to know about OAuth.

Namespace:  ZReports
Assembly:  ZReports (in ZReports.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ReportClient(
	string clientId,
	string clientSecret,
	string refreshToken
)

Parameters

clientId
Type: SystemString
The client identifier.
clientSecret
Type: SystemString
The client secret.
refreshToken
Type: SystemString
The refresh token.
See Also