MCPcopy Create free account
hub / github.com/Maccoder3/MAC-MD / constructor

Method constructor

lib/gdrive.js:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12
13class GoogleAuth extends EventEmitter {
14 constructor() {
15 super()
16 }
17
18 async authorize(credentials) {
19 let token

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected