MCPcopy Create free account
hub / github.com/msgbyte/tailchat / getBotToken

Method getBotToken

apps/github-app/src/client.ts:91–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89 }
90
91 getBotToken() {
92 return crypto
93 .createHash('md5')
94 .update(this.appId + this.appSecret)
95 .digest('hex');
96 }
97}

Callers 1

loginMethod · 0.95

Calls 1

updateMethod · 0.80

Tested by

no test coverage detected