MCPcopy
hub / github.com/parse-community/parse-server / createOAuthUser

Function createOAuthUser

spec/AuthenticationAdapters.spec.js:58–60  ·  view source on GitHub ↗
(callback)

Source from the content-addressed store, hash-verified

56 });
57
58 const createOAuthUser = function (callback) {
59 return createOAuthUserWithSessionToken(undefined, callback);
60 };
61
62 const createOAuthUserWithSessionToken = function (token, callback) {
63 const jsonBody = {

Callers 1

Calls 1

Tested by

no test coverage detected