MCPcopy Create free account
hub / github.com/codecombat/codecombat / loginOpenAthens

Function loginOpenAthens

app/core/api/users.js:187–193  ·  view source on GitHub ↗
(attrs, options)

Source from the content-addressed store, hash-verified

185 },
186
187 loginOpenAthens (attrs, options) {
188 if (options == null) { options = {} }
189 return fetchJson('/auth/login-open-athens', _.assign({}, options, {
190 method: 'POST',
191 json: attrs,
192 }))
193 },
194
195 putUserProducts (json, options) {
196 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected