AnalyticsClient Constructor |
Creates a new AnalyticsClient instance.
Namespace:
ZohoAnalytics
Assembly:
ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax public AnalyticsClient(
string clientId,
string clientSecret,
string refreshToken
)
Parameters
- clientId
- Type: SystemString
The client ID string that has been obtained during the client registration. - clientSecret
- Type: SystemString
The client secret string that has been obtained during the client registration. - refreshToken
- Type: SystemString
The refresh token string that has been obtained through accounts API.
See Also