[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2025-07-25 UTC."],[[["\u003cp\u003e\u003ccode\u003eAuthType\u003c/code\u003e is an enum used to define the authentication types for a connector in DataStudio.\u003c/p\u003e\n"],["\u003cp\u003eAuthentication types include options like no authorization, OAuth2, username/password, and API key/token methods.\u003c/p\u003e\n"],["\u003cp\u003eYou can call the \u003ccode\u003eAuthType\u003c/code\u003e enum using \u003ccode\u003eDataStudioApp.AuthType\u003c/code\u003e followed by the desired property (e.g., \u003ccode\u003eDataStudioApp.AuthType.OAUTH2\u003c/code\u003e).\u003c/p\u003e\n"]]],["`AuthType` is an enum defining connector authentication methods. It includes `NONE` for no authorization, `OAUTH2` for OAuth2, `USER_PASS` for username/password, `PATH_USER_PASS` for username/path/password, `PATH_KEY` for path/key, `KEY` for API Key/Token, and `USER_TOKEN` for username/token. Access is via `DataStudioApp.AuthType.PROPERTY`, replacing `PROPERTY` with the desired method. Each method is represented by an `Enum` type.\n"],null,[]]