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
)
Public Sub New (
googleServiceAccountID As String,
googleServicePrivateKey As String
)
public:
GSuiteEngineAsync(
String^ googleServiceAccountID,
String^ googleServicePrivateKey
)
new :
googleServiceAccountID : string *
googleServicePrivateKey : string -> GSuiteEngineAsync
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