UNPKG

@pipedream/confluent

Version:

Pipedream Confluent Components

12 lines (11 loc) 214 B
export default { type: "app", app: "confluent", propDefinitions: {}, methods: { // this.$auth contains connected account data authKeys() { console.log(Object.keys(this.$auth)); }, }, };