Skip to content

Commit 7706b14

Browse files
committed
Add credential defaults
1 parent 0dc4560 commit 7706b14

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

examples/test.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,8 @@ const stream = record.start({
2121
});
2222

2323
const avs = new AVSApi(stream, undefined, {
24+
clientId: "",
25+
clientSecret: "",
26+
refreshToken: "",
2427
});
2528
console.log(avs.start());

0 commit comments

Comments
 (0)