UNPKG

@google/dscc-gen

Version:

Create component & connector projects with sane defaults.

11 lines (9 loc) 272 B
var cc = DataStudioApp.createCommunityConnector(); // https://developers.google.com/datastudio/connector/reference#getauthtype function getAuthType() { var AuthTypes = cc.AuthType; return cc .newAuthTypeResponse() .setAuthType(AuthTypes.NONE) .build(); }