()
| 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 | } |
| 151 | AuthRequest.AUTH_QUERY_PARAMS = AUTH_QUERY_PARAMS |
no test coverage detected