MCPcopy Index your code
hub / github.com/nodeSolidServer/node-solid-server / remove

Method remove

lib/services/token-service.mjs:31–36  ·  view source on GitHub ↗
(domain, token)

Source from the content-addressed store, hash-verified

29 }
30
31 remove (domain, token) {
32 if (!this.tokens[domain]) {
33 throw new Error(`Invalid domain for tokens: ${domain}`)
34 }
35 delete this.tokens[domain][token]
36 }
37}
38
39export default TokenService

Callers 11

deleteAccountMethod · 0.80
solid.mjsFile · 0.80
solid.jsFile · 0.80
deleteUsersFunction · 0.80
containerFunction · 0.80
containerFunction · 0.80
solid_serverFunction · 0.80
containerFunction · 0.80
containerFunction · 0.80
containerFunction · 0.80

Calls

no outgoing calls

Tested by 6

containerFunction · 0.64
containerFunction · 0.64
solid_serverFunction · 0.64
containerFunction · 0.64
containerFunction · 0.64
containerFunction · 0.64