Click or drag to resize

GSuiteEngineAsync Constructor (String, String)

IT Hit WebDAV Classes Reference
Initializes an instance of this class.

Namespace:  ITHit.GSuite.Server
Assembly:  ITHit.GSuite.Server (in ITHit.GSuite.Server.dll) Version: 13.3.13068
Syntax
public GSuiteEngineAsync(
	string googleServiceAccountID,
	string googleServicePrivateKey
)

Parameters

googleServiceAccountID
Type: SystemString
Google Service Account ID (client_email field from JSON file).
googleServicePrivateKey
Type: SystemString
Google Service private key (private_key field from JSON file).
See Also