MCPcopy
hub / github.com/nextauthjs/next-auth / linkAccount

Function linkAccount

packages/adapter-sequelize/src/index.ts:148–152  ·  view source on GitHub ↗
(account)

Source from the content-addressed store, hash-verified

146 return userInstance
147 },
148 async linkAccount(account) {
149 await sync()
150
151 await Account.create(account)
152 },
153 async unlinkAccount({ provider, providerAccountId }) {
154 await sync()
155

Callers

nothing calls this directly

Calls 1

syncFunction · 0.85

Tested by

no test coverage detected