Hi,
This is perplexing...Our solution uses OAuth2 with refresh tokens and we have multiple C# clients deployed on multiple machines running on windows, managing our accounts MCC child accounts.
Suddenly, the clients all started having invalid_grant errors. This is a pretty stable code that has been running for 18 months without any issues. See below the error details. We're using .NET client library, implementation with C#.
Please let us know what the issue is with our access token?
HRESULT -
2146233088Failed to refresh access token.
{
"error" : "invalid_grant"
}