"securityDefinitions": {"auth": {"type": "oauth2", "flow": "accessCode", "authorizationUrl": "http://127.0.0.1/[project_name]/web/api/authorize"," tokenUrl ":" http://127.0.0.1/[project_name]/web/api/authorize/access_token", "scopes": {"read: all": "доступ на чтение", "write: all": "доступ на запись"}}}, "security": [{"auth": ["write: all", "read: все "]}],
Получение ошибки во время авторизации client_id и client_sercet.
error:
{" error ": {" message ":" Аутентификация клиентаошибка. "," код ": 401," данные ": []}}