Adapter initialization: Groww
The following code shows how to initialize GrowwMessageAdapter and add it to Connector.
var messageAdapter = new GrowwMessageAdapter(Connector.TransactionIdGenerator)
{
AccessToken = "<value>".ToSecureString(),
ApiKey = "<value>".ToSecureString(),
ApiSecret = "<value>".ToSecureString(),
TotpSecret = "<value>".ToSecureString(),
};
Connector.Adapter.InnerAdapters.Add(messageAdapter);
Replace the sample values with the parameters issued or configured for your account.