Namespace:
ZReports
Assembly:
ZReports (in ZReports.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic 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