UNPKG

@google/dscc-gen

Version:

Create component & connector projects with sane defaults.

9 lines (8 loc) 239 B
// https://developers.google.com/datastudio/connector/reference#getauthtype const getAuthType: GetAuthType = () => { const AuthTypes = cc.AuthType; return cc .newAuthTypeResponse() .setAuthType(AuthTypes.NONE) .build(); };