You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have config options around the three different environments. So that a new instance of OrdercloudClient could be created something like this
new OrderCloudClient(new OrderCloudClientConfig()
{
GrantType = GrantType.ClientCredentials,
Enviornment = OrderCloudEnvironment.Staging,
ClientId = clientID,
Roles = new ApiRole[] { }
});
The text was updated successfully, but these errors were encountered:
It would be nice to have config options around the three different environments. So that a new instance of OrdercloudClient could be created something like this
The text was updated successfully, but these errors were encountered: