MCPcopy Create free account
hub / github.com/ChatGPTBox-dev/chatGPTBox / getBingAccessToken

Function getBingAccessToken

src/services/wrappers.mjs:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46}
47
48export async function getBingAccessToken() {
49 return (await Browser.cookies.get({ url: 'https://bing.com/', name: '_U' }))?.value
50}
51
52export async function getBardCookies() {
53 const token = (await Browser.cookies.get({ url: 'https://google.com/', name: '__Secure-1PSID' }))

Callers 3

executeApiFunction · 0.90
index.mjsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected