Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ fetchForProviderAndUser
Function
fetchForProviderAndUser
app/core/api/oauth2identity.js:13–15 ·
view source on GitHub ↗
(provider, userId)
Source
from the content-addressed store, hash-verified
11
},
12
13
fetchForProviderAndUser (provider, userId) {
14
return
fetchJson(
'/db/oauth2identity/by-user'
, { data: { userId, provider } })
15
},
16
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected