DataConnection Type
The ReckonAccountsHostedConnection object.
Remarks
The ReckonAccountsHostedConnection object. Connection properties can be accessed with the getter and setter methods of this object:
$conn = Connect-ReckonAccountsHosted -SubscriptionKey "test" -CountryVersion "2021.R2.AU" -CompanyFile "Q:/CData Software.QBW" -User "test" -Password "test" -InitiateOAuth "GETANDREFRESH" -CallbackURL "http://localhost:33333" -OAuthClientId "MyOAuthClientID" -OAuthClientSecret "MyOAuthClientSecret" $conn | GM