var cc = DataStudioApp.createCommunityConnector();
// https://developers.google.com/datastudio/connector/reference#getauthtypefunction getAuthType() {
var AuthTypes = cc.AuthType;
return cc
.newAuthTypeResponse()
.setAuthType(AuthTypes.NONE)
.build();
}