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
client = new InTouch();
await client.GetClientCredentialsFlow(clientId, clientSecret);
Генерирует эксепшн
An exception has occurred while getting client credential flow data.
An exception has occurred while processing the GET request.
Object reference not set to an instance of an object.
Через фидлер видно, что до запроса на сервер дело не доходит, т.е. нет самого вызова http метода авторизации
The text was updated successfully, but these errors were encountered:
client = new InTouch();
await client.GetClientCredentialsFlow(clientId, clientSecret);
Генерирует эксепшн
An exception has occurred while getting client credential flow data.
An exception has occurred while processing the GET request.
Object reference not set to an instance of an object.
Через фидлер видно, что до запроса на сервер дело не доходит, т.е. нет самого вызова http метода авторизации
The text was updated successfully, but these errors were encountered: