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

Method loginUrl

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

Source from the content-addressed store, hash-verified

135 }
136
137 loginUrl () {
138 const host = this.accountManager.host
139 const signupUrl = new URL('/login', host.serverUri)
140 attachQueryParams(signupUrl, this.authQueryParams)
141 return signupUrl.toString()
142 }
143
144 sharingUrl () {
145 const host = this.accountManager.host

Callers 1

renderFormMethod · 0.80

Calls 1

attachQueryParamsFunction · 0.85

Tested by

no test coverage detected