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

Method sharingUrl

lib/requests/auth-request.mjs:144–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142 }
143
144 sharingUrl () {
145 const host = this.accountManager.host
146 const sharingUrl = new URL('/sharing', host.serverUri)
147 attachQueryParams(sharingUrl, this.authQueryParams)
148 return sharingUrl.toString()
149 }
150}
151AuthRequest.AUTH_QUERY_PARAMS = AUTH_QUERY_PARAMS

Callers 1

postLoginUrlMethod · 0.80

Calls 1

attachQueryParamsFunction · 0.85

Tested by

no test coverage detected