UNPKG
@pipedream/agenty
Version:
latest (0.6.0)
0.6.0
Pipedream agenty Components
pipedream.com/apps/agenty
@pipedream/agenty
/
agenty.app.mjs
12 lines
(11 loc)
•
211 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
default
{
type
:
"app"
,
app
:
"agenty"
,
propDefinitions
: {},
methods
: {
// this.$auth contains connected account data
authKeys
(
) {
console
.
log
(
Object
.
keys
(
this
.
$auth
)); }, }, };