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

Function signupWithOAuth2

app/core/api/users.js:50–56  ·  view source on GitHub ↗
({ userID, email, ...attrs })

Source from the content-addressed store, hash-verified

48 },
49
50 signupWithOAuth2 ({ userID, email, ...attrs }) {
51 return fetchJson(this.url(userID, 'signup-with-oauth2'), _.assign({}, {
52 method: 'POST',
53 credentials: 'include',
54 json: { email, ...attrs },
55 }))
56 },
57
58 signupFromGoogleClassroom (attrs, options) {
59 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected